X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/89cf694280e02442fb435d5fe516ac09783d776a..4d89ad37e0f03337eb8f662c6388093e7c9631a5:/bin/ffmerge 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