Skip to content

Commit

Permalink
add a required library to unpack script
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Jul 27, 2019
1 parent 5478677 commit 068c37b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unpack_original_files.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
use IO::All -binary;
use Capture::Tiny 'capture';
use Time::HiRes 'time';
use lib '.';
use countdown;

run();

Expand Down

0 comments on commit 068c37b

Please sign in to comment.