Browse Source

calculateAndSubmit usa Main0.hs come eseguibile

adaptedStrategy0
kaos 9 years ago
parent
commit
d17e0f9e9f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      calculateAndSubmit

+ 1
- 1
calculateAndSubmit View File

@ -3,7 +3,7 @@ if [ $# -lt 1 ]; then
echo "missing json filename"
exit 1
fi
OUTPUT=`vm/strategy0.hs -f $1`
OUTPUT=`vm/Main0.hs -f $1`
if [ $? -eq 0 ]; then
read -p "Are you sure? [y/n]" -n 1 -r
echo


Loading…
Cancel
Save