Simple packaging script

master
Ben Deutsch 2017-08-03 22:47:44 +02:00
parent 91fe1f4138
commit e8d2b7436e
1 changed files with 6 additions and 0 deletions

6
package.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
mkdir -p cloudcontrol
cp init.lua depends.txt README.md LICENSE cloudcontrol/
zip -r cloudcontrol.zip cloudcontrol/
rm -r cloudcontrol