Last active
September 6, 2017 12:31
-
-
Save nicklanng/6ed6fb0fee0ffc1ef23e417035e59a50 to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
if [ "$TERM" = "linux" ]; then | |
/bin/echo -e " | |
\e]P0050304 | |
\e]P1181114 | |
\e]P22d2227 | |
\e]P3493941 | |
\e]P46d5762 | |
\e]P5997b89 | |
\e]P6bdabb3 | |
\e]P7e7e1e3 | |
\e]P8cee089 | |
\e]P9a5b567 | |
\e]PAdaa180 | |
\e]PB6db6ca | |
\e]PCd899b9 | |
\e]PDe6aeca | |
\e]PEd1c7eb | |
\e]PFa4b657 | |
" | |
# get rid of artifacts | |
clear | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment