💾 Archived View for rawtext.club › ~zilog › ogabbr.txt captured on 2023-03-20 at 18:36:22.
-=-=-=-=-=-=-
#!/bin/sh # gabbr -- a gab(1) client written by zilog@rawtext.club # # revisions: # 1.0 - initial release # 1.1 - added new messages check ; fixed here-doc tab issue # 1.2 - curr. channel resets to 'gab' upon quitting # GBR_VER="1.2" listchan() { N=1 gab -c |tail +4 |sort|\ while read CHAN ;do echo "$N $CHAN" N=$((N+1)) done } currchan() { gab -c |grep '\*