Created
October 20, 2013 16:44
-
-
Save anddam/7072022 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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