Browse Source

cas fix

vm
Slash 9 years ago
parent
commit
9270f5db8f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      calculateAndSubmit

+ 0
- 1
calculateAndSubmit View File

@ -18,7 +18,6 @@ if [ $? -eq 0 ]; then
echo
echo $OUTPUT > submitted/$problem
if [[ $REPLY =~ ^[Yy]$ ]]; then
exit 1
response=`curl --user :2aaFCkjNIDHAsAIh9iQHc+Y+FGhkM5Z0RQgpO6TL6EA= -X POST -H "Content-Type: application/json" -d "$OUTPUT" https://davar.icfpcontest.org/teams/235/solutions`
if [ "$response" == "created" ]; then
echo "Submitted"


Loading…
Cancel
Save