Mercurial > hg > beaglert
comparison scripts/run_pd_libpd.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 | e49ae69acbe8 |
comparison
equal
deleted
inserted
replaced
429:8533f7198644 | 430:2e01a9d6cb58 |
---|---|
10 RUN_PROJECT=1 | 10 RUN_PROJECT=1 |
11 COMMAND_ARGS= | 11 COMMAND_ARGS= |
12 RUN_IN_FOREGROUND=0 | 12 RUN_IN_FOREGROUND=0 |
13 RUN_WITHOUT_SCREEN=0 | 13 RUN_WITHOUT_SCREEN=0 |
14 | 14 |
15 function usage | 15 usage() |
16 { | 16 { |
17 THIS_SCRIPT=`basename "$0"` | 17 THIS_SCRIPT=`basename "$0"` |
18 echo "Usage: $THIS_SCRIPT [-c command-line-args] [-nfF] <directory-with-source-files>" | 18 echo "Usage: $THIS_SCRIPT [-c command-line-args] [-nfF] <directory-with-source-files>" |
19 echo " | 19 echo " |
20 This script copies a PureData project to the BeagleBone and runs it | 20 This script copies a PureData project to the BeagleBone and runs it |