Skip to content

Instantly share code, notes, and snippets.

@anddam
Created October 20, 2013 16:44
Show Gist options
  • Save anddam/7072022 to your computer and use it in GitHub Desktop.
Save anddam/7072022 to your computer and use it in GitHub Desktop.
# questo è il ciclo che scarica le 720 tessere della mappa al livello di ingrandimento massimo, cioe' 5
for i in (seq 0 719); curl -s "http://caronte.codex2.cilea.it/cntCaronte?id=549234&dwn=0&jtl=5,"$i -o foglio_8-tessera_(printf "%04d" $i).jpeg; end
# questo è il comando che le rimonta
montage -geometry +0+0 -tile 30x24 foglio_8-tessera_* foglio_8.jpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment