From 572b997286f762f6c9db3cd42b198fcf06b71a27 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 13 Jun 2023 15:41:47 -0400 Subject: [PATCH] Removed pycache, added easy commit script --- commit.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 commit.sh 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