Skip to content

Instantly share code, notes, and snippets.

@geky
Created September 23, 2019 16:37
Show Gist options
  • Save geky/39525cd8e97dd369b95f862f606f01b6 to your computer and use it in GitHub Desktop.
Save geky/39525cd8e97dd369b95f862f606f01b6 to your computer and use it in GitHub Desktop.
creates a line to find your place
alias mark='printf "\e[3$((1+RANDOM%5))m%$(tput cols)s\e[0m" | tr " " "="'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment