13.5.16

snapshatting elmiko


1) Make a message like this.
cat <<< EOF
#/bin/bash
tput sc # save cursor
printf "elmiko : do you remember our bromance?"
sleep 1
tput rc;tput el # rc = restore cursor, el = erase to end of line
printf "forgotten..."
sleep 1
tput rc;tput el
printf "... like the last line in the terminal"
sleep 1
tput rc;tput el
EOF | fpaste
x=<copy the fpaste link>
2) Then send a slack message to elmiko
curl -L  $x | bash -s -- -v 12

1 comment: