diff options
Diffstat (limited to 'temp0/make.sh')
-rwxr-xr-x | temp0/make.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/temp0/make.sh b/temp0/make.sh new file mode 100755 index 0000000..8266585 --- /dev/null +++ b/temp0/make.sh @@ -0,0 +1,5 @@ +#!/bin/sh +PY_SOURCES="main.py boot.py .config" + +. ${0%/*}/../scripts/make.inc.sh + |