You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Although we have very different styles (for code and examples), some of my stuff might be useful for your work. From now on I'll try to refine my examples and provide them for your consideration, but there may be old stuff you'd be interested in absorbing into this project, including some oddities.
# A whole HEREDOC block which can be trivially commented in or out to enable/disable the block.# Also code foldable.
:<<'}'{ \echo 'This would not be run.'}# Notice the commenting of the following line.#:<<'}'
{
\echo 'This WOULD be run.'
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for your work. Since discovering it, I always refer to this project when I'm working on new script ideas.
I myself have kept notes and have created a number of examples.
https://github.com/spiralofhope/shell-random/tree/master/live/sh
Although we have very different styles (for code and examples), some of my stuff might be useful for your work. From now on I'll try to refine my examples and provide them for your consideration, but there may be old stuff you'd be interested in absorbing into this project, including some oddities.
For example:
https://github.com/spiralofhope/shell-random/blob/master/live/sh/scripts/examples/comments.sh
The text was updated successfully, but these errors were encountered: