We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Fixed issue Raku#58 by adding shebang and making script executable.
6d3c919
Merge pull request #59 from manwar/fix-issue-57-58
b8e411c
Fix issue #57 and #58 Thanks! These tests take too much time.
90bb4b9
Update cookbook file extensions and shebangs
e8e44da
- 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
No branches or pull requests
Basically, add this to all example files that don't have it already:
#!/usr/bin/env perl6
And make sure that they are executable:
See also #57 (comment)
The text was updated successfully, but these errors were encountered: