mirror of
https://github.com/scummvm/scummvm.git
synced 2025-04-02 10:52:32 -04:00
10 lines
135 B
Bash
Executable file
10 lines
135 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
printf "Creating border file...\n"
|
|
|
|
zip -r macgui.zip *.bmp
|
|
mv macgui.zip macgui.dat
|
|
|
|
echo done
|
|
|
|
ls -l macgui.dat
|