examples
examples copied to clipboard
Make sure that examples have a shebang and are executable
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