mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-04 00:19:56 +00:00
9 lines
130 B
Bash
9 lines
130 B
Bash
|
printf "Creating border file...\n"
|
||
|
|
||
|
zip -r macventure.zip *.bmp
|
||
|
mv macventure.zip macventure.dat
|
||
|
|
||
|
echo done
|
||
|
|
||
|
ls -l macventure.dat
|