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 251 of 1,237    |
|    Sean Dennis to All    |
|    The main script    |
|    18 Jun 15 19:34:55    |
      Hello All,              Here's the main script that I use to do the dirty work with my nodelist        hatching:              === Cut ===       #!/bin/sh       ###       ### The Official Micronet Nodelist/Infopack       ### Hatching Script (well, the main one)       ###       ### Updated 17 June 2015       ###       ### Tell the system where we're working from       export MBSE_ROOT=/opt/mbse       ###       ### Create nodelist FILE_ID.DIZ       cd $MBSE_ROOT/micronet/nodelist       if [ -e "file_id.diz" ]; then        rm file_id.diz        fi       if [ -e "micronet.zip" ]; then        rm mininfo.zip       fi       source ./create_nodelist_fileid.sh       ###       ### Create nodelist ZIP archive       zip -9 micronet.zip -z |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca