aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/test_dice.sh
blob: bd20b6a1ffebd6adf55c2deb86d03b192812891a (plain) (blame)
1
2
3
4
5
6
7
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