mirror of
https://github.com/scummvm/scummvm.git
synced 2025-04-02 10:52:32 -04:00
8 lines
130 B
Bash
Executable file
8 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
|