diff options
author | Thomas Lange <code@nerdmind.de> | 2016-07-12 17:33:07 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2016-07-12 17:33:07 +0200 |
commit | 4b24f5b563fdbc456c44dfbb55bdf1f4f58f5c18 (patch) | |
tree | 6b921ab0adf6f73f40ea10e03269082863fb0019 /Bash/ansi-color-output.sh | |
parent | 8cdf277b500f22ab6e0913c7dfaa82db9e16d2a4 (diff) | |
download | snippets-4b24f5b563fdbc456c44dfbb55bdf1f4f58f5c18.tar.gz snippets-4b24f5b563fdbc456c44dfbb55bdf1f4f58f5c18.tar.xz snippets-4b24f5b563fdbc456c44dfbb55bdf1f4f58f5c18.zip |
Separate email address for code stuff.
Diffstat (limited to 'Bash/ansi-color-output.sh')
-rwxr-xr-x | Bash/ansi-color-output.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bash/ansi-color-output.sh b/Bash/ansi-color-output.sh index 40fe291..b1ea5f0 100755 --- a/Bash/ansi-color-output.sh +++ b/Bash/ansi-color-output.sh @@ -1,6 +1,6 @@ #!/bin/bash #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# -# ANSI color output [Thomas Lange <tl@nerdmind.de>] # +# ANSI color output [Thomas Lange <code@nerdmind.de>] # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# # # # This function uses ANSI escape sequences to output colored strings. See here # |