From 58f7632fd838ba3a8d8590baa10128c2db44c9ad Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 12 Aug 2026 19:27:30 +0200 Subject: mac updates --- home/dot_local/share/bin/executable_subrename | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/dot_local/share/bin/executable_subrename') diff --git a/home/dot_local/share/bin/executable_subrename b/home/dot_local/share/bin/executable_subrename index 16d913f..ea6e446 100644 --- a/home/dot_local/share/bin/executable_subrename +++ b/home/dot_local/share/bin/executable_subrename @@ -48,7 +48,7 @@ fi for file in "$@" ; do new_filename="$(printf 's%02de%02d%s\n' "$season" "$episode" "$file_extension")" - mv --verbose "$file" "$new_filename" + mv -v "$file" "$new_filename" episode=$(( $episode + 1 )) done -- cgit v1.2.3