5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm garden.love
|
|
zip -r garden.love res/ room/ *.lua
|
|
cp garden.love ~/storage/downloads/
|