Skip to content

Instantly share code, notes, and snippets.

@ugexe
Created March 17, 2015 01:32
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 ugexe/96c82ddf7a63d7912dde to your computer and use it in GitHub Desktop.
Save ugexe/96c82ddf7a63d7912dde to your computer and use it in GitHub Desktop.
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>perl6 -e "say shell 'echo //'"
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>"C:/Users/Nick/Documents/Perl6/.ra
kudobrew/bin/../jvm-nom/install/bin/perl6.bat" -e "say shell 'echo //'"
\\\
Proc::Status.new(exit => 0, pid => Any, signal => 0)
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>perl rakudobrew switch moar
Switching to moar-nom
Updating shims
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>perl6 -e "say shell 'echo //'"
C:\Users\Nick\Documents\Perl6\.rakudobrew\bin>"C:/Users/Nick/Documents/Perl6/.ra
kudobrew/bin/../moar-nom/install/bin/perl6.bat" -e "say shell 'echo //'"
//
Proc::Status.new(exit => 0, pid => Any, signal => 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment