summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-20 17:45:42 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-20 17:45:42 +0200
commit146f786efb58fb75cfb2cf6df03fee70b0a13c98 (patch)
tree748c1a70b03d1982d0dd35feb0b744a6f1ffb713
parentfce142e2db6c9287c288407d23a0568a96dceffd (diff)
more OPTIONS
-rwxr-xr-xdir-to-movie.pl3
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');