comparison scripts/build_pd.sh @ 161:07735c9d95c8 heavy-updated

- updated usage instructions for -r option
author chnrx <chris.heinrichs@gmail.com>
date Thu, 05 Nov 2015 19:27:44 +0000
parents 5bcf04234f80
children c3e8226a5651
comparison
equal deleted inserted replaced
160:5bcf04234f80 161:07735c9d95c8
18 RUN_WITHOUT_SCREEN=1 18 RUN_WITHOUT_SCREEN=1
19 19
20 function usage 20 function usage
21 { 21 {
22 echo " 22 echo "
23 USAGE: build_pd.sh [[-i input folder containing _main.pd file ] [-o output folder for new heavy project .c files (default ../projects/heavy/hvtemp)] [-b bbb path to copy to (default ~/BeagleRT)] | [-h]] 23 USAGE: build_pd.sh [[-i input folder containing _main.pd file ] [-o output folder for new heavy project .c files (default ../projects/heavy/hvtemp)] [-r don't replace render.cpp file in destination project folder] [-b bbb path to copy to (default ~/BeagleRT)] | [-h]]
24 " 24 "
25 echo "example: build_pd.sh -i ../projects/heavy/pd/hello-world -o ../projects/heavy/hello-world" 25 echo "example: build_pd.sh -i ../projects/heavy/pd/hello-world -o ../projects/heavy/hello-world"
26 } 26 }
27 27
28 while [ "$1" != "" ]; do 28 while [ "$1" != "" ]; do