Sparrow6.git | .tom/ | commit.raku


#!perl6

my $msg = prompt("message: ");

task-run "commit my changes", "git-commit", %( message => $msg , check_spell => False );