]> git.rmz.io Git - dotfiles.git/blobdiff - bin/ffmerge
cleaning up bin
[dotfiles.git] / bin / ffmerge
index 581d2ea538dc8c96d0bb25b1cabb8e882b3d0bbd..8d8b30d426f747ca6af405e3168b0fa1e9717905 100755 (executable)
@@ -55,7 +55,6 @@ done
 if [ -n "$output" ]
 then
     mencoder -forceidx -ovc copy -oac copy "${inputs[@]}" -o "$output"
-#    mv "${inputs[@]}" /mnt/Skaro/ffmerge.backup/
 else
     echo "$(basename $0): No output arguments" >&2
     echo "Try '$(basename $0) --help' for more information." >&2