Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #shell foreground colors
- for i in `seq 30 37`;do echo -e "\033[${i}mForeground - ${i}";done
- #shell background colors
- for i in `seq 40 49`;do echo -e "\033[${i}mBackground - ${i}";done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement