Just a sample of the Echomail archive
[ << oldest | < older | list | newer > | newest >> ]
|  Message 251  |
|  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 >> ]