Primer commit

This commit is contained in:
2020-12-18 08:35:41 +00:00
commit 437783b4e1
7 changed files with 364 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
console="atari2600 atarilynx gamegear gb gba gbc mastersystem megadrive nes ngp ngpc pcengine snes"
for i in $console; do
Skyscraper --videos --unattend --unpack -p $i -s screenscraper
Skyscraper --videos --unattend -p $i -s mobygames
Skyscraper --videos --unattend -p $i -s thegamesdb
Skyscraper --videos --unattend --forcefilename --relative -a artwork.xml.screenshot -p $i
done