mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-02 06:50:37 +08:00
5 lines
70 B
Bash
5 lines
70 B
Bash
#!/bin/sh
|
|
cat ../../header.py $1 > test.py
|
|
chmod +x test.py
|
|
./test.py
|