From 48d672116d58e44159de3bbd5f1366b16fb7f704 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 25 Sep 2016 09:58:38 +0200 Subject: add script to test many --- cli/test_dice.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 cli/test_dice.sh (limited to 'cli/test_dice.sh') 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 -- cgit v1.2.3-70-g09d2