Cpone

tty

Oct 2nd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. #!/bin/sh
  2. if [ "$TERM" = "linux" ]; then
  3.   /bin/echo -e "
  4.  \e]P04a3637
  5.  \e]P1d17b49
  6.  \e]P27b8748
  7.  \e]P3af865a
  8.  \e]P4535c5c
  9.  \e]P5775759
  10.  \e]P66d715e
  11.  \e]P7c0b18b
  12.  \e]P84a3637
  13.  \e]P9d17b49
  14.  \e]PA7b8748
  15.  \e]PBaf865a
  16.  \e]PC535c5c
  17.  \e]PD775759
  18.  \e]PE6d715e
  19.  \e]PFc0b18b
  20.  "
  21.   # get rid of artifacts
  22.   clear
  23. fi
Advertisement
Add Comment
Please, Sign In to add comment