Skip to content

Instantly share code, notes, and snippets.

@Siddhant
Created June 17, 2012 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Siddhant/2943732 to your computer and use it in GitHub Desktop.
Save Siddhant/2943732 to your computer and use it in GitHub Desktop.
use v6;
my $bootstrap = open "bootstrap.sh", :w;
$bootstrap.say: qq:to 'END';
#!/bin/sh
PWD=`pwd`
mono $*EXECUTABLE_NAME -I\$PWD/ext -I\$PWD/lib bin/panda-niecza install .
END
$bootstrap.close;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment