source:
comics/makeall.sh
@
1:4e64bf1747ce
| Revision 1:4e64bf1747ce, 207 bytes checked in by lukacu, 15 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | |
| 3 | ant -Dcomic=UserFriendly |
| 4 | |
| 5 | ant -Dcomic=PennyArcade |
| 6 | |
| 7 | ant -Dcomic=PiledHigherAndDeeper |
| 8 | |
| 9 | ant -Dcomic=GirlGenius |
| 10 | |
| 11 | ant -Dcomic=Sinfest |
| 12 | |
| 13 | ant -Dcomic=Garfield |
| 14 | |
| 15 | ant -Dcomic=MegaTokyo |
| 16 | |
| 17 | ant -Dcomic=xkcd |
| 18 | |
| 19 |
Note: See TracBrowser
for help on using the repository browser.