I hereby claim:
- I am eatyourbeans on github.
- I am eatyabeans (https://keybase.io/eatyabeans) on keybase.
- I have a public key ASCD0_j1L2f9cgJw46EcaOwCML345AhqHLzIU1KN22Tp0Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Also see the original Pieter Noordhuis's guide
You need:
| #!/bin/bash | |
| trap "tput reset; tput cnorm; exit" 2 | |
| clear | |
| tput civis | |
| lin=2 | |
| col=$(($(tput cols) / 2)) | |
| c=$((col-1)) | |
| est=$((c-2)) | |
| color=0 | |
| tput setaf 2; tput bold |
A Pen by Barrett Sonntag on CodePen.