Mercurial > hg > beaglert
comparison scripts/build_pd_heavy.sh @ 425:99de323c13b3 prerelease
Scripts use sh instead of bash. Some fixes in run_project and build_project
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 16 Jun 2016 15:55:03 +0100 |
parents | 83e1acf38d35 |
children | b27676f871d7 |
comparison
equal
deleted
inserted
replaced
424:9614e2f4b76e | 425:99de323c13b3 |
---|---|
1 #!/bin/bash | 1 #!/bin/sh |
2 | 2 |
3 # shell script for automatic uploading/compiling of pd patch onto bbb | 3 # shell script for automatic uploading/compiling of pd patch onto bbb |
4 # Christian Heinrichs 2015 | 4 # Christian Heinrichs 2015 |
5 # | 5 # |
6 # example usage: sh upload-and-compile.sh -f bwg-tests -q -e | 6 # example usage: sh upload-and-compile.sh -f bwg-tests -q -e |