home bbs files messages ]

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
###
### Hatch out the nodelist first...
cd $MBSE_ROOT/tmp
export f="micronet.zip"
export GROUP="min_list"
export AKA="618:618/1"
export DESC="Micronet Information Network nodelist for `date "+%A, %B %e, %Y"` 
(day `date +%j`)."
export REPL="micronet.zip"
export MAGIC="NONE"
source $MBSE_ROOT/bin/single_hatch
###
### Hatch out the infopack now...
cd $MBSE_ROOT/tmp
export f="mininfo.zip"
export GROUP="min_info"
export AKA="618:618/1"
export DESC="Micronet Information Network infopack for `date "+%A, %B %e, %Y"` 
(day `date +%j`)."
export REPL="mininfo.zip"
export MAGIC="NONE"
source $MBSE_ROOT/bin/single_hatch
###
### We're done!
=== Cut ===

--Sean

... My other computer is a 486.
--- GoldED+/LNX 1.1.5-b20130910
 * Origin: Outpost BBS * Johnson City, TN, USA (1:18/200)

<< oldest | < older | list | newer > | newest >> ]

(c) 1994,  bbs@darkrealms.ca