aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/test_dice.sh
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-09-25 10:04:28 +0200
committerRenaud G <renaud@rolisteam.org>2016-09-25 10:04:28 +0200
commitfac053c3aacc0e2ede8a85ff41e27eed1c360f6f (patch)
treec91ff176e60f1f6e634107b4e7a7282e831975ee /cli/test_dice.sh
parentdbb57d52d351e340ce69fccaedbdf758b04ed8fe (diff)
parente225f2edfd365d1709df2cb5bb2f752ec8d82c1c (diff)
downloadOneRoll-fac053c3aacc0e2ede8a85ff41e27eed1c360f6f.tar.gz
OneRoll-fac053c3aacc0e2ede8a85ff41e27eed1c360f6f.zip
Merge branch 'master' of github.com:Rolisteam/DiceParser
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