dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ebf505db5cd6d14891dc7c6cc58cf16576f54f80
parent eb98a986c51065fa0a39e3791f5c9b419c08ac63
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue, 31 May 2022 21:06:45 +0200

mlm: a very important printf newline

Diffstat:
Mscripts/mlm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/mlm b/scripts/mlm @@ -29,6 +29,7 @@ import() { printf "Did you already run mp3gain? [Y/n] " stty raw; yn="$(dd bs=1 count=1 2>/dev/null)"; stty -raw + printf '\n' case "$yn" in Y*|y*);; *) die 'Run it now then. mp3gain -s i. add -a for albums.';;