diff options
| author | 2018-01-11 18:57:37 +0100 | |
|---|---|---|
| committer | 2018-01-11 18:57:37 +0100 | |
| commit | 42d4252e45bc3c476e43cdbbbc7307e990ea1c2f (patch) | |
| tree | 143468beae10ba7ad89c0f9707c0e3f282407fb4 /cli/test_dice.sh | |
| parent | ed08178a88b61191a7be8de7bc97d31888aadc1b (diff) | |
| download | OneRoll-42d4252e45bc3c476e43cdbbbc7307e990ea1c2f.tar.gz OneRoll-42d4252e45bc3c476e43cdbbbc7307e990ea1c2f.zip | |
fix merge
Diffstat (limited to 'cli/test_dice.sh')
| -rwxr-xr-x | cli/test_dice.sh | 11 |
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 |