diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:56:39 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:56:39 +0200 |
| commit | 51560d9509146a8ee22d768664200a066481a32d (patch) | |
| tree | 38414895cf5959e58bdc18bd65aea72678b63610 | |
| parent | 6dae756fb447a8cd978b1427f9b6a6abfc79e935 (diff) | |
no_symlinkS
| -rwxr-xr-x | dir-to-movie.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dir-to-movie.pl b/dir-to-movie.pl index 5a631f0..7517b94 100755 --- a/dir-to-movie.pl +++ b/dir-to-movie.pl @@ -74,6 +74,7 @@ for my $line (@lines) { } if (defined $endpoint) { print("upload to $endpoint\n"); + print("$module $tag $parent_dir/renders/$tag.mp4\n") system("curl", "-X", "POST", "-F", "module=$module", |
