Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AlexDaniel opened this issue Feb 27, 2019 · 0 comments
Open

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

AlexDaniel opened this issue Feb 27, 2019 · 0 comments

Comments

@AlexDaniel
Copy link
Member

AlexDaniel commented Feb 27, 2019

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)

manwar added a commit to manwar/perl6-examples that referenced this issue Feb 28, 2019
JJ added a commit that referenced this issue Feb 28, 2019
Fix issue #57 and #58 Thanks!
These tests take too much time.
JJ pushed a commit to JJ/perl6-examples that referenced this issue Jan 4, 2020
camstuart added a commit to camstuart/examples that referenced this issue Aug 29, 2020
- Changed file extension from .p6 to .raku
- Changed shebangs to #!/usr/bin/env raku
- Set file modes to executable

See also: Raku#57, Raku#58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant