diff options
| -rwxr-xr-x | dir-to-movie.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dir-to-movie.pl b/dir-to-movie.pl index c566787..ff5a9cc 100755 --- a/dir-to-movie.pl +++ b/dir-to-movie.pl @@ -18,6 +18,8 @@ or die("Error in command line arguments\n"); $tag =~ s/\....$//; +print "$tag\n"; + if (! -e "results/$tag") { print "usage: $0 [tag]\n"; exit(1); |
