Tagged Questions
0
votes
2answers
522 views
Why curl -O -C on mac fails to download
The following script works on Ubuntu, but not on Mac. Why? How to edit it so that it would work there too?
#!/bin/sh
v=1.1
test_file="Test10.java"
jar_file="dp4j-$v-jar-with-dependencies.jar"
curl ...