Sparrow6.git | examples/dsl/ | task-run-and-bash.raku


#!perl6

use Sparrow6::DSL;

task-run "bar script", "bar-script";
bash "uptime";