diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2018-08-02 17:21:14 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2018-08-02 17:59:06 +0200 |
commit | 74973624deed05d1cc8b297fb1d877cadad50969 (patch) | |
tree | 8304000f99a4dc0e0fad263fc9928d8e5ad6366c /temp0/make.sh | |
download | esp8266-master.tar.gz esp8266-master.zip |
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 + |