aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/test_dice.sh
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-09-25 09:58:38 +0200
committerRenaud G <renaud@rolisteam.org>2016-09-25 09:58:38 +0200
commit48d672116d58e44159de3bbd5f1366b16fb7f704 (patch)
tree23b3f1f6d854829c83d526c059937b42b8d7089d /cli/test_dice.sh
parent2058e830c7a8459e65917cb8b00e282c2ec68234 (diff)
downloadOneRoll-48d672116d58e44159de3bbd5f1366b16fb7f704.tar.gz
OneRoll-48d672116d58e44159de3bbd5f1366b16fb7f704.zip
add script to test many
Diffstat (limited to 'cli/test_dice.sh')
-rwxr-xr-xcli/test_dice.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/test_dice.sh b/cli/test_dice.sh
new file mode 100755
index 0000000..bd20b6a
--- /dev/null
+++ b/cli/test_dice.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+export LD_LIBRARY_PATH="/home/renaud/application/other/Qt/5.7/gcc_64/lib:$LD_LIBRARY_PATH"
+for line in `cat cmds.txt`
+do
+ #echo $line;
+ dice $line
+done