jsoneditor/package.sh

12 lines
222 B
Bash
Raw Normal View History

2012-04-21 19:28:28 +08:00
#!/bin/sh
sh minify.sh
package="jsoneditoronline.zip"
files="index.html jsoneditor.js jsoneditor-min.js jsoneditor.css favicon.ico changelog.txt img LICENSE NOTICE"
rm $package
# create zip file
zip -r $package $files