X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/89cf694280e02442fb435d5fe516ac09783d776a..fa17f6dc11ab3a15f051dee0172f296fd0f2cf9d:/bin/ffmerge?ds=sidebyside 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