aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/test_dice.sh
blob: 78401ce583ebcd8a162c6d70babb0686e2b7e6a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/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