examples icon indicating copy to clipboard operation
examples copied to clipboard

Make sure that examples have a shebang and are executable

Open AlexDaniel opened this issue 7 years ago • 0 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 https://github.com/perl6/perl6-examples/issues/57#issuecomment-468041628

AlexDaniel avatar Feb 27 '19 22:02 AlexDaniel