mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 19:36:21 +00:00
11 lines
135 B
Bash
Executable File
11 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
|