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