Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created February 9, 2014 14:24
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 hoelzro/8899762 to your computer and use it in GitHub Desktop.
Save hoelzro/8899762 to your computer and use it in GitHub Desktop.
[git:master] [15:23:47] rob@pyxis ~/projects/rakudo-star $ perl6
> run('ls')
Proc::Status.new(exit => 255, pid => Any, signal => Any)
>
[git:master] [15:23:59] rob@pyxis ~/projects/rakudo-star $ ~/.wakudo/bin/perl6-p
run 'ls> run 'ls'
config.status docs LICENSE MANIFEST modules parrot ports README src
Configure.pl install Makefile moar-test.p6 nqp perl6 rakudo README.star tools
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