ratox-nuggets

useful ratox related scripts
git clone git://git.2f30.org/ratox-nuggets
Log | Files | Refs | LICENSE

commit f08ebb90655d4f3dcd40666fc466386a71261aa3
parent ded1f5601d2ece295d67831ee3a9ee6e2d60d4f1
Author: Kill Your TV <killyourtv@i2pmail.org>
Date:   Wed,  8 Oct 2014 21:04:00 +0000

adjust column widths

Diffstat:
Mrat-list | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rat-list b/rat-list @@ -32,7 +32,7 @@ print_output() { else ONLINE=$(online $ONLINE) fi - printf "%-12s\t%-8s\t%-30s\t\t%-30s\n" $(echo $ID | cut -c-12) "$ONLINE" "$NAME" "$STATUS" + printf "%-12s\t%-8s\t%-30s\t%-20s\n" $(echo $ID | cut -c-12) "$ONLINE" "$NAME" "$STATUS" done }