aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/test_dice.sh
diff options
context:
space:
mode:
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