diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..c64da37 --- /dev/null +++ b/commit.sh @@ -0,0 +1,4 @@ +#!/bin/sh +git add -f LICENSE README.md commit.sh package.sh share lib/flac2pod-artconvert.py lib/flac2pod-flacgain.py lib/flac2pod.py +git commit -m "$1" +git push