Advertisement
Guest User

Untitled

a guest
Feb 26th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.17 KB | None | 0 0
  1. #!/bin/perl
  2.  
  3. use warnings;
  4. use strict;
  5.  
  6. use Cwd;
  7.  
  8. my $cwd = Cwd::cwd();
  9. $cwd =~ /(\w+)$/;
  10.  
  11. print(`processing-java --run --force --output="./output" --sketch="../$1"`);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement