ASCII shrug face¶
printf '\u00AF\\_(\u30C4)_/\u00AF\n'
Dancing parrot on the cli¶
curl [ hostname ]
docker run --rm -it alpine sh -c "apk add curl && curl [ hostname ]"
Multiple parrots¶
tmux new-session curl [ hostname ] \; split-window -h curl [ hostname ] \; split-window -v curl [ hostname ] \; select-layout tiled