diff 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'); |
