Browse Source

added in order to work in the nested git folder

master
Frederik Baerentsen 4 years ago
parent
commit
3d2c9e0509
  1. 4
      rename_with_format.sh

4
rename_with_format.sh

@ -72,11 +72,11 @@ convertsecs() {
echo " - $(($h*60+$m))m"
}
path="../Videos/Movies/"
path="../../Videos/Movies/"
list=""
IFS=$'\n'
for filex in "`find ../Videos/Movies/[A-Z]* -maxdepth 1 -type f -regex '.*/.*\.\(m4v\|avi\|mkv\|mp4\)'`"; do
for filex in "`find ../../Videos/Movies/[A-Z]* -maxdepth 1 -type f -regex '.*/.*\.\(m4v\|avi\|mkv\|mp4\)'`"; do
list=$filex
done

Loading…
Cancel
Save