Closed joshua-hull closed 13 years ago
Your mech can do that too...I just sent a pull request that shows one way.
I saw your patch-1 and it looks like it should work but I don't have any pull requests. Can you send it again?
Got your second pull request and pulled it. Thanks for you help. Appears to be working.
In the script there is a use of the command
curl -o $ARGV[$i]/$file_name --create-dirs -s $url
. I would like to get rid of this so that the script is a PURE Perl script. Any suggestions would be appreciated.