X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/89cf694280e02442fb435d5fe516ac09783d776a..638014253e8e4a38a61dfc9b05d3b3a2c1d8eb9a:/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