This file contains 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
#!/usr/bin/bash | |
# This copies the complete output of a command piped to it, or a complete file | |
# including unprintable characters, making it nice for copying terminal output | |
# for use elsewhere, like a on Discord Forum in-between "```" tags, or HTML | |
# "<pre></pre>" tags. | |
# | |
# Installation instructions: | |
# 1. Just copy it anywhere you like. For exaample, I'm using /usr/local/bin/ | |
# so that it's easier sysstem-wide, should it be necessary for acecess by | |
# more than one user. If not, you can copy it anywhere. |