diff options
Diffstat (limited to 'cli/test_dice.sh')
| -rwxr-xr-x | cli/test_dice.sh | 8 |
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 |