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 13 of 1,237    |
|    Maurice Kinal to All    |
|    tuxpower.sh    |
|    20 Apr 11 06:48:42    |
      #!/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              sed -i 's/\t/ /g' $script_dir/$1       echo -e "\n# that's all there is to it.\n" >> $script_dir/$1                     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