summaryrefslogtreecommitdiff
path: root/dir-to-movie.pl
diff options
context:
space:
mode:
Diffstat (limited to 'dir-to-movie.pl')
-rwxr-xr-xdir-to-movie.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/dir-to-movie.pl b/dir-to-movie.pl
index c61a429..d662a54 100755
--- a/dir-to-movie.pl
+++ b/dir-to-movie.pl
@@ -1,5 +1,7 @@
#!/usr/bin/perl
+my $tag = $ARGV[0] or "pix2pixhd_" . time;
+
my $i = 0;
my $ls = `ls -1v *.png`;
my @lines = split('\n', $ls);