mirror of
https://github.com/lsdlsd88/JC4827W543.git
synced 2026-04-13 22:09:25 +01: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
|