Raku / examples

Many examples of Raku code

Home Page:https://examples.raku.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make sure that examples have a shebang and are executable

AlexDaniel opened this issue · comments

Basically, add this to all example files that don't have it already:

#!/usr/bin/env perl6

And make sure that they are executable:

chmod +x example-file.p6

See also #57 (comment)