Skip to content

Instantly share code, notes, and snippets.

@iriyak
Created July 5, 2015 06:03
Show Gist options
  • Save iriyak/7c2b8b883ad8247d2fca to your computer and use it in GitHub Desktop.
Save iriyak/7c2b8b883ad8247d2fca to your computer and use it in GitHub Desktop.
Download all the contents files under jtf_midway_ss
#
# Download all the contents files under jtf_midway_ss
#
curl http://taskforce16.web.fc2.com/jtf_midway_ss/ > index.html
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Clock.js > Clock.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Control.js > Control.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Collection.js > Collection.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/CollectionUnit.js > CollectionUnit.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/CollectionNV.js > CollectionNV.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/CollectionTF.js > CollectionTF.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Map.js > Map.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Master.js > Master.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/MyFunction.js > MyFunction.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/MyMath.js > MyMath.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Overreport.js > Overreport.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/PhaseCombat.js > PhaseCombat.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/PhaseComputer.js > PhaseComputer.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/PhaseMove.js > PhaseMove.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/PhaseUpdate.js > PhaseUpdate.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Setup.js > Setup.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Ship.js > Ship.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Superior.js > Superior.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Taskforce.js > Taskforce.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Unit.js > Unit.js
curl http://taskforce16.web.fc2.com/jtf_midway_ss/Write.js > Write.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment