I hereby claim:
- I am santiagotorres on github.
 - I am santiagotorres (https://keybase.io/santiagotorres) on keybase.
 - I have a public key whose fingerprint is 903B AB73 640E B6D6 5533 EFF3 468F 122C E816 2295
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| SLEEPTIME=.1 | |
| eat=$1 | |
| length=$(echo $eat | wc -c) | |
| clear | |
| echo ":[$eat]" | |
| sleep $SLEEPTIME | |
| clear |