Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
executable file
16 lines (16 sloc)
423 Bytes
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
| #!/bin/bash | |
| mv Dreamcast-Dreamcast.pdf Dreamcast.pdf | |
| mv GameCube-GameCube.pdf GameCube.pdf | |
| mv N64-N64.pdf N64.pdf | |
| mv NES-NES.pdf NES.pdf | |
| mv SNES-SNES.pdf SNES.pdf | |
| mv saturn-Saturn.pdf Saturn.pdf | |
| mv SMS-SMS.pdf SMS.pdf | |
| mv Genesis-Genesis.pdf Genesis.pdf | |
| mv NeoGeo-NeoGeo.pdf NeoGeo.pdf | |
| mv PS-PS.pdf PS.pdf | |
| mv 3DO-3DO.pdf 3DO.pdf | |
| mv PCFX-PCFX.pdf PCFX.pdf | |
| mv CDI-CDI.pdf CDI.pdf | |
| mv PCE-PCE.pdf PCE.pdf | |
| mv JAG-JAG.pdf JAG.pdf |