mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 02:29:57 +01:00
Replace spaces with tabs
This commit is contained in:
parent
0f565c47f5
commit
3fd84cace3
@ -37,6 +37,7 @@ function ff-mp4 () {
|
|||||||
# Rename the original file and move the new mp4 file to its place
|
# Rename the original file and move the new mp4 file to its place
|
||||||
mv -n "$file" "$dir/_$file_name"
|
mv -n "$file" "$dir/_$file_name"
|
||||||
mv -n "$dir/temp_$name.mp4" "$dir/$file_name"
|
mv -n "$dir/temp_$name.mp4" "$dir/$file_name"
|
||||||
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user