coolbins/release.sh

10 lines
178 B
Bash
Raw Permalink Normal View History

#!/bin/bash
if [[ $# -eq 0 ]] ; then
echo "Usage: ${0} version_number (eg v1.0)"
exit 0
fi
zip -r coolbins_v${1}.zip customize.sh META-INF module.prop system >/dev/null