subtitle-filename-fix (57B)
1 #!/bin/sh 2 for f in *.en.srt; do 3 mv $f ${f/.en/} 4 done
dotfilesconfiguration files for shell, text editor, graphical environment, etc. | ||
git clone git://src.adamsgaard.dk/dotfiles # fast git clone https://src.adamsgaard.dk/dotfiles.git # slow | ||
Log | Files | Refs | README | LICENSE | Back to index |