Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 306 Bytes

tty.md

File metadata and controls

19 lines (15 loc) · 306 Bytes
RED='\033[0;31m'
NC='\033[0m' # No Color
printf "I ${RED}love${NC} Stack Overflow\n"

ls, with colors.

tty
# export TERM=xterm-256color
ls --color=auto / 

Get the weather.

curl http://wttr.in