This is a cross post of https://dev.to/patrickbkr/better-wrapper-scripts-158j When creating an application in Raku one will at one point typically hit the issue that the application can only be started by calling raku and passing a few arguments. The usual solution is to write a small wrapper shell script on POSIX and a bat script onContinue reading “Day 19 – Wrapping Scripts”