Created
September 22, 2025 23:29
-
-
Save todd-dsm/4c812f22608dace447e828abcf3067e4 to your computer and use it in GitHub Desktop.
print.func example output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # print.func example output | |
| # REF: https://gist.github.com/todd-dsm/17560775b7e5e4d22339885eeb276784 | |
| % ./template.sh | |
| -------------------------------------------------------------------------------- | |
| Lets do some STUFF! | |
| -------------------------------------------------------------------------------- | |
| Do thing... | |
| test passed | |
| % ./template.sh | |
| -------------------------------------------------------------------------------- | |
| Lets do some STUFF! | |
| -------------------------------------------------------------------------------- | |
| Do thing... | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| thing failed! | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment