mirror of
https://github.com/rwinkhart/flac2pod.git
synced 2026-08-28 12:56:28 -04:00
5 lines
162 B
Bash
Executable File
5 lines
162 B
Bash
Executable File
#!/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
|