Some changes and more scripts.
This commit is contained in:
parent
ed35a29f4f
commit
1b4a994236
7 changed files with 583 additions and 15 deletions
1
ruler
Normal file
1
ruler
Normal file
|
|
@ -0,0 +1 @@
|
|||
ruler() { for s in '....^....|' '1234567890'; do w=${#s}; str=$( for (( i=1; $i<=$((($COLUMNS + $w) / $w )) ; i=$i+1 )); do echo -n $s; done ); str=$(echo $str | cut -c -$COLUMNS) ; echo $str; done; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue