Just a sample of the Echomail archive
Cooperative anarchy at its finest, still active today. Darkrealms is the Zone 1 Hub.
|    TUXPOWER    |    Advocacy for the Linux operating system    |    1,237 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 9 of 1,237    |
|    Maurice Kinal to All    |
|    tuxpower.sh    |
|    16 Apr 11 17:34:38    |
      #!/bin/bash       ##### A simple TUXPOWER echo area bash script posting thingy using       ##### 'hpt post       script_dir="/home/fido/scripts"              if [ ! "$1" ]       then        echo -e "Usage: 'tuxpower.sh scriptname'\a"        exit 1       fi              if [ ! -e "$script_dir/$1" ]       then        echo -e "No such script in $script_dir\a"        exit 1       fi              hpt post -nt "All" \        -s "$1" \        -e "tuxpower" \        -z "WeBeBashing with 'hpt post'" \        -f loc \        $script_dir/$1              # that's all there is to it.              --- WeBeBashing with 'hpt post'        * Origin: Pointy Stick Society (1:261/38.9)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca