mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
9 lines
130 B
Bash
Executable File
9 lines
130 B
Bash
Executable File
printf "Creating border file...\n"
|
|
|
|
zip -r macventure.zip *.bmp
|
|
mv macventure.zip macventure.dat
|
|
|
|
echo done
|
|
|
|
ls -l macventure.dat
|