git.openpandora.org
/
pandora-libraries.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9504a
)
doh...
author
vimacs
<vimacs@pndtest>
Sat, 27 Feb 2010 01:33:15 +0000
(
02:33
+0100)
committer
vimacs
<vimacs@pndtest>
Sat, 27 Feb 2010 01:33:15 +0000
(
02:33
+0100)
modified: ../testdata/scripts/pnd_run.sh
testdata/scripts/pnd_run.sh
patch
|
blob
|
history
diff --git
a/testdata/scripts/pnd_run.sh
b/testdata/scripts/pnd_run.sh
index
086bf5d
..
835a13d
100755
(executable)
--- a/
testdata/scripts/pnd_run.sh
+++ b/
testdata/scripts/pnd_run.sh
@@
-38,7
+38,7
@@
while true ; do
-u) echo "umount";umount=1;shift 2;;
-x) echo "no x";nox=1;shift 2;;
-j) echo "join/ also mount those folders";append=$2;shift 2;;
- -
j
) echo "set cpu speed to";cpuspeed=$2;shift 2;;
+ -
c
) echo "set cpu speed to";cpuspeed=$2;shift 2;;
-a)
case "$2" in
"") echo "no arguments"; shift 2 ;;