X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/89cf694280e02442fb435d5fe516ac09783d776a..d15e050a98639d3be72af6f3e7523a80ffad0245:/bin/ffmerge?ds=inline diff --git a/bin/ffmerge b/bin/ffmerge index 581d2ea..8d8b30d 100755 --- a/bin/ffmerge +++ b/bin/ffmerge @@ -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