Removed pycache, added easy commit script

This commit is contained in:
2023-06-13 15:41:47 -04:00
parent 6d8d6f876a
commit 572b997286
Executable
+4
View File
@@ -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