This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
icfp2015
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
calculateAndSubmit usa Main0.hs come eseguibile
adaptedStrategy0
kaos
9 years ago
parent
1d55ddd9fe
commit
d17e0f9e9f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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/
strategy
0.hs -f $1`
OUTPUT=`vm/
Main
0.hs -f $1`
if [ $? -eq 0 ]; then
read -p "Are you sure? [y/n]" -n 1 -r
echo
Write
Preview
Loading…
Cancel
Save