Sparrow6.git | .tomty/ | bash-pass-config.raku


#!perl6 

use Sparrow6::Task::Runner;

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