rakudist-teddy-bear.git | .tom/ | commit.raku


#!perl6

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

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