Raku / examples

Many examples of Raku code
https://examples.raku.org/
Artistic License 2.0
294 stars 89 forks source link

Make sure that examples have a shebang and are executable #58

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

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 https://github.com/perl6/perl6-examples/issues/57#issuecomment-468041628