aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/test_dice.sh
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-01-11 18:57:37 +0100
committerRenaud G <renaud@rolisteam.org>2018-01-11 18:57:37 +0100
commit42d4252e45bc3c476e43cdbbbc7307e990ea1c2f (patch)
tree143468beae10ba7ad89c0f9707c0e3f282407fb4 /cli/test_dice.sh
parented08178a88b61191a7be8de7bc97d31888aadc1b (diff)
downloadOneRoll-42d4252e45bc3c476e43cdbbbc7307e990ea1c2f.tar.gz
OneRoll-42d4252e45bc3c476e43cdbbbc7307e990ea1c2f.zip
fix merge
Diffstat (limited to 'cli/test_dice.sh')
-rwxr-xr-xcli/test_dice.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/cli/test_dice.sh b/cli/test_dice.sh
deleted file mode 100755
index 78401ce..0000000
--- a/cli/test_dice.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-
-DICE="/home/renaud/application/mine/build-DiceParser-Qt5_7-debug-dice/cli/bin/dice"
-
-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