From 41fae2790e6a02181c180a6f78802ede7e731146 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 11 Jul 2016 21:46:40 +0200 Subject: [PATCH] add: comment flactomp3 configsettings --- flactomp3v2.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flactomp3v2.sh b/flactomp3v2.sh index 1488a48..61ee9ae 100755 --- a/flactomp3v2.sh +++ b/flactomp3v2.sh @@ -4,6 +4,8 @@ BITRATE=192 MODE="j" +# check config exists +# config can set BITRATE and MODE if [ -f $HOME/.flactomp3v2.conf ] then source $HOME/.flactomp3v2.conf -- 2.47.3