1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/examples/test_ex.sh
Uli Raich c60ed68e94
adding micropython examples (#2286)
* adding micropython examples

* adding micropython examples
2021-06-07 13:56:08 +02:00

5 lines
70 B
Bash
Executable File

#!/bin/sh
cat ../../header.py $1 > test.py
chmod +x test.py
./test.py