Skip to content

Instantly share code, notes, and snippets.

@iriyak
iriyak / download_jtf_midway_ss.sh
Created July 5, 2015 06:03
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