Skip to content

Commit

Permalink
Added run.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
James Laver committed Mar 21, 2010
1 parent f464ed5 commit 8128186
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions run.pl
@@ -0,0 +1,9 @@
#!/usr/bin/env perl

use FindBin '$Bin';

$ENV{PERL5LIB} = "$Bin/deps/mouse/lib:$Bin/deps/mousex-nativetraits/lib";

my $command = "$Bin/get_iplayer " . join(" ",map {"'" . $_ . "'"} @ARGV);
`$command`;

0 comments on commit 8128186

Please sign in to comment.