Mercurial > hg > beaglert
comparison scripts/set_startup.sh @ 430:2e01a9d6cb58 prerelease
Removed all the function()
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 16 Jun 2016 19:25:01 +0100 |
parents | 99de323c13b3 |
children | d9a4fc5357e7 |
comparison
equal
deleted
inserted
replaced
429:8533f7198644 | 430:2e01a9d6cb58 |
---|---|
16 ENABLE_STARTUP=1 | 16 ENABLE_STARTUP=1 |
17 RUN_IN_LOOP=0 | 17 RUN_IN_LOOP=0 |
18 | 18 |
19 # This path is hard-coded in the Bela image at present. | 19 # This path is hard-coded in the Bela image at present. |
20 | 20 |
21 function usage | 21 usage() |
22 { | 22 { |
23 THIS_SCRIPT=`basename "$0"` | 23 THIS_SCRIPT=`basename "$0"` |
24 echo "Usage: $THIS_SCRIPT [-b path-on-beaglebone] [-c command-line-args] [-n] [-l]" | 24 echo "Usage: $THIS_SCRIPT [-b path-on-beaglebone] [-c command-line-args] [-n] [-l]" |
25 | 25 |
26 echo " | 26 echo " |