Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 11, 2018 03:16
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 Whateverable/eb2737834ded5ecd9f4c63e42863b64d to your computer and use it in GitHub Desktop.
Save Whateverable/eb2737834ded5ecd9f4c63e42863b64d to your computer and use it in GitHub Desktop.
greppable6
shell\(\"
File Code
AZAWAWI/MsgPack
…/Build.pm :32:
shell("gcc -Wall -shared -fPIC -I/usr/local/include -L/usr/local/lib -o $destdir/$libname src/libmsgpack-perl6.c $libs");
AZAWAWI/MsgPack
…/Build.pm :34:
shell("gcc -Wall -shared -fPIC -o $destdir/$libname src/libmsgpack-perl6.c $libs");
MELEZHIK/Sparky-Plugin-Notify-Email
…/Email.pm6 :17:
shell("echo 'Sparky $project>\@$build-id build completed. State: $build-state'
MELEZHIK/Sparky
…/sparky-runner.pl6 :134:
shell("$sparrowdo-run --task_run=directory" ~ '@path=' ~ "/var/data/sparky/$project 1>$report-file" ~ ' 2>&1');
MELEZHIK/Sparky
…/sparky-runner.pl6 :135:
shell("echo >> $report-file && cd $dir && $sparrowdo-run --cwd=/var/data/sparky/$project 1>>$report-file" ~ ' 2>&1');
MELEZHIK/Sparky
…/sparky-runner.pl6 :137:
shell("$sparrowdo-run --task_run=directory" ~ '@path=' ~ "/var/data/sparky/$project" ~ ' 2>&1');
MELEZHIK/Sparky
…/sparky-runner.pl6 :138:
shell("echo && cd $dir && $sparrowdo-run --cwd=/var/data/sparky/$project" ~ ' 2>&1');
UGEXE/zef
…/SystemInfo.pm6 :14:
my $r = shell("mode", :out, :enc('latin-1'));
azawawi/perl6-gtk-scintilla
…/Build.pm :11:
shell("cd $make-file-dir && make clean && make");
azawawi/perl6-gtk-scintilla
…/generate-docs.sh :6:
shell("perl6 -Ilib --doc=Markdown lib/GTK/Scintilla/Editor.pm6 >doc/GTK-Scintilla-Editor.md");
azawawi/perl6-gtk-simpler
…/update-docs.sh :6:
shell("perl6 -Ilib --doc=Markdown lib/GTK/Simpler.pm6 >doc/GTK-Simpler.md");
azawawi/perl6-odoo-client
…/generate-docs.sh :6:
shell("perl6 -Ilib --doc=Markdown lib/Odoo/Client.pm6 >doc/Odoo-Client.md");
azawawi/perl6-opencv
…/Build.pm :34:
shell("g++ -Wall -shared -fPIC -I/usr/local/include -L/usr/local/lib -o $destdir/$libname src/libopencv-perl6.cpp $libs");
azawawi/perl6-opencv
…/Build.pm :36:
shell("g++ -Wall -shared -fPIC -o $destdir/$libname src/libopencv-perl6.cpp $libs");
gfldex/perl6-pod-to-bigpage
…/html.xhtml :738:
my $captured = shell("echo $arg", :out).out.slurp-rest;
jonathanstowe/p6-fcgi
…/Build.pm :16:
shell("./configure");
kalkin/Ddt
…/Distribution.pm6 :192:
shell("cd $git-dir && git init", :out).out.slurp-rest;
kalkin/Ddt
…/Distribution.pm6 :193:
shell("cd $git-dir && git add .", :out).out.slurp-rest;
masak/007
…/plug-t-file-into-007-runtime :11:
my $failures = shell("perl6 $tempfile-name");
masak/perl6-literate
…/perl6-literate :14:
shell("perl6 $tempfile");
mrhdias/perl6-IUP
…/Build.pm :19:
shell("rm src/$name$o");
mrhdias/perl6-IUP
…/Build.pm :20:
shell("mkdir -p blib/lib");
mrhdias/perl6-IUP
…/Build.pm :21:
shell("cp src/$name$so blib/lib");
mrhdias/perl6-Imlib2
…/Build.pm :7:
shell("mkdir -p $workdir/blib/lib");
palapitta/Movieinfo
…/README.md :11:
shell("wget -q $m.posterurl");
perl6/doc
…/5to6-nutshell.pod6 :1387:
my $captured = shell("echo $arg", :out).out.slurp-rest;
perlpilot/p6-sake
…/Sake.pm6 :49:
shell("touch $filename");
rakudo-p5/v5
…/Build.pm :133:
$*DISTRO.is-win ?? shell("mkdir $path") !! shell("mkdir -p $path")
salortiz/NativeHelpers-Blob
…/CompileTestLib.pm :49:
my $handle = shell("$cmd 2>&1", :out);
sergot/bamboo
…/01-install.t :29:
shell("rm -rf $path/lib");
sergot/bamboo
…/01-install.t :30:
shell("rm $path/META.info");
sergot/bamboo
…/02-init.t :25:
shell("rm $path/META.info");
skinkade/p6-crypt-argon2
…/Build.pm :16:
my $proc = shell("$make libs");
spebern/Parser-FreeXL-Native
…/Build.pm :4:
try { ?shell("{$*VM.config<make>} distclean", :$cwd) }
spebern/Parser-FreeXL-Native
…/Build.pm :5:
try { ?shell("./configure --prefix={$*CWD.absolute}", :$cwd) }
spebern/Parser-FreeXL-Native
…/Build.pm :6:
exit ?shell("{$*VM.config<make>} install", :$cwd)
stmuk/p6-app-p6tags
…/p6tags.t :8:
shell("perl6 {$me}../bin/p6tags {$me}Simple.pm") or die;
sylvarant/Compress-Brotli
…/Build.pm :9:
shell("cd stub; gmake");
sylvarant/Compress-Brotli
…/Build.pm :11:
shell("cd stub; make");
szabgab/Perl6-Maven
…/generate.p6 :39:
shell("cp -r files/* $outdir"); # TODO Perl based recursive copy!
tadzik/panda
…/Common.pm :91:
my $p = shell("$cmd 2>&1", :out);
titsuki/p6-Chart-Gnuplot
…/Build.pm :79:
shell("./configure --prefix=$prefix", :cwd($extract-dir.relative));
titsuki/p6-Chart-Gnuplot
…/Build.pm :80:
shell("make", :cwd($extract-dir.relative));
titsuki/p6-Chart-Gnuplot
…/Build.pm :81:
shell("make install", :cwd($extract-dir.relative));
titsuki/p6-MeCab
…/Build.pm :53:
shell("./configure --with-charset=utf8 --prefix=$prefix");
titsuki/p6-MeCab
…/Build.pm :54:
shell("make");
titsuki/p6-MeCab
…/Build.pm :55:
shell("make install");
titsuki/p6-MeCab
…/Build.pm :85:
shell("./configure --with-charset=utf8 --prefix=$prefix --with-mecab-config=$prefix/bin/mecab-config");
titsuki/p6-MeCab
…/Build.pm :86:
shell("make");
titsuki/p6-MeCab
…/Build.pm :87:
shell("make install");
ugexe/Perl6-App--ecogen
…/ecogen.pm6 :12:
my $content = shell("cmd /c powershell -executionpolicy bypass -command (Invoke-WebRequest -UseBasicParsing -URI $uri).Content", :out).out.slurp(:close);
ugexe/zef
…/SystemInfo.pm6 :15:
my $line = shell("mode", :out, :!err, :enc('latin-1')).slurp(:close);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment