mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 09:43:41 +08:00
c60ed68e94
* adding micropython examples * adding micropython examples
5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
cat ../../header.py $1 > test.py
|
|
chmod +x test.py
|
|
./test.py
|