From 86ecc7278da9a5f1ebeffdc02a9829105f94ade4 Mon Sep 17 00:00:00 2001 From: diegantobass Date: Tue, 24 Jun 2025 08:53:13 +0200 Subject: [PATCH] remove mentions of printf -v in comments --- bandcamp_format_utility.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bandcamp_format_utility.sh b/bandcamp_format_utility.sh index 8b39aaa..a711db5 100755 --- a/bandcamp_format_utility.sh +++ b/bandcamp_format_utility.sh @@ -4,8 +4,6 @@ # # It takes the first positional argument : a folder with youtube-dl downloaded audio-only tracks from bandcamp with their associated pictures and json metadata # And it parses the json to extract track name and number, album name, cover and number of tracks, and uses eyeD3 to updates the ID3 tags, rename and move the files -# -# WATCHOUT for bash version because the -v (to variable) option in printf is a newish thing at the time of writing... files="$1*.mp3"