Sparrow6.git | .tomty/ | bash-run-story2.raku


#!perl6 

use Sparrow6::Task::Runner;

Sparrow6::Task::Runner::Api.new(
  name  => "bash-run-task2",
  do-test => True,
  show-test-result => True,
  root  => "examples/tasks",
  task => "bash-run-task2",
).task-run;