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