#!/usr/bin/env raku use SantaClaus::Utils; my $user-id = %*ENV // 'jerzi'; my $task-id = %*ENV // 'build-toy'; my $jfil = "journal"; add-entry-template $jfil, :$user-id, :$task-id; say "See new Entry appended to file: $jfil";