diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-20 17:45:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-20 17:45:42 +0200 |
| commit | 146f786efb58fb75cfb2cf6df03fee70b0a13c98 (patch) | |
| tree | 748c1a70b03d1982d0dd35feb0b744a6f1ffb713 | |
| parent | fce142e2db6c9287c288407d23a0568a96dceffd (diff) | |
more OPTIONS
| -rwxr-xr-x | dir-to-movie.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dir-to-movie.pl b/dir-to-movie.pl index 3e805b1..e9e779c 100755 --- a/dir-to-movie.pl +++ b/dir-to-movie.pl @@ -58,9 +58,10 @@ if (defined $endpoint) { "-F", "dataset=$tag", "-F", "file=@../../renders/$tag.mp3", $endpoint + ); } -print "rendered: $tag.mp4"; +print "rendered: $tag.mp4\n"; END { system('rm', '-rf', 'tmp'); |
