commit 1e61c1f6fa10e689ad5ee87ea3c928c9d64d0c81 parent b191a161d12f954b6a74f5e1527d2e3c909c9973 Author: GeaRSiX <gearsix@tuta.io> Date: Mon, 12 Nov 2018 21:47:09 +0000 ♻️ modified a comment in flac2mp3.sh Diffstat:
M | flac2mp3.sh | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/flac2mp3.sh b/flac2mp3.sh @@ -1,7 +1,8 @@ #!/bin/bash # ~/scripts/flac2mp3.sh # converts .flac to .mp3 -# DEPENDENCIES: requires ffmpeg +# DEPENDENCIES: ffmpeg +# # e.g.$ flac2mp3 ./album for file in $1/*.flac; do