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