diff options
| author | Selene ToyKeeper | 2018-11-03 16:50:19 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-11-03 16:50:19 -0600 |
| commit | ba04f5bd8cc8ac59a0ba83b528ada538b93a1773 (patch) | |
| tree | fca80af5f1956c9edfe530415e5f0de7a68b2d52 /bin/build-tiny25.sh | |
| parent | applied thermal target bugfix from Anduril (diff) | |
| parent | Added a help message to build.sh and flash.sh (diff) | |
| download | anduril-ba04f5bd8cc8ac59a0ba83b528ada538b93a1773.tar.gz anduril-ba04f5bd8cc8ac59a0ba83b528ada538b93a1773.tar.bz2 anduril-ba04f5bd8cc8ac59a0ba83b528ada538b93a1773.zip | |
merged flash-safer branch (clean up flash/build scripts and make flashing less likely to produce bricks)
Diffstat (limited to 'bin/build-tiny25.sh')
| -rwxr-xr-x | bin/build-tiny25.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/build-tiny25.sh b/bin/build-tiny25.sh new file mode 100755 index 0000000..779f1ef --- /dev/null +++ b/bin/build-tiny25.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +BASEDIR=$(dirname "$0") +$BASEDIR/build.sh 25 $* |
