Replace spaces with tabs

This commit is contained in:
Jan Jastrow 2023-12-18 22:30:42 +01:00
parent 0f565c47f5
commit 3fd84cace3
1 changed files with 41 additions and 40 deletions

View File

@ -37,6 +37,7 @@ function ff-mp4 () {
# Rename the original file and move the new mp4 file to its place
mv -n "$file" "$dir/_$file_name"
mv -n "$dir/temp_$name.mp4" "$dir/$file_name"
done
}