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