This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -o pipefail | |
IPS=( "$@" ) | |
MAX=$(( $( tput lines ) - 3 )) ## Heading + 1 = 3 | |
test ${MAX} -lt 10 && MAX=10 | |
function print_row( ) { | |
printf "| " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am tcsantanello on github. | |
* I am tcsantanello (https://keybase.io/tcsantanello) on keybase. | |
* I have a public key ASD9U4ZS2g33CmwDLgz4SIFkCHHWygSQW1lmFTM1YpUdhQo | |
To claim this, I am signing this object: |