!   +----------------------------------------------------------------------+
!   |       ######  ##    ##  ######       ###   ## ######## ########      |
!   |      ##    ## ##    ## ##    ##      ####  ## ##          ##         |
!   |      ##       ########    ####  #### ## ## ## ######      ##         |
!   |      ##    ## ##    ##  ###          ##  #### ##          ##         |
!   |       ######  ##    ## ########      ##   ### ########    ##         |
!   +----------------------------------------------------------------------+
!   | Complete documentation describing how to set up your ".ch-n" network |
!   | data file.  This file is used by NETCH to access your systems.       |
!   | Crackerhack Version 2.0 (c) 1992 by No Means No.  Released 11/1/1992 |
!   +----------------------------------------------------------------------+
!
!    This is an example of how to set up the network data file [.ch-n] for using
! NETCH.  Great special thanks to the Infomaster who not only contributed the
! idea of NETCH to me, but greatly helped in testing this!
!
!    Any line in the file starting with "!" will be ignored by netch so if you
! need to make any notes, put ! in front of the line, it is the equivilant to
! /* */ in C and REM in BASIC, etc etc.
!
!    Set number of splits BEFORE any of the net specifications.  This can be
! done by putting the number within ()'s.  If the # of splits is MORE than the
! network list of systems you will specify after (), NETCH will return an error.
! If it is LESS, it will only use that number of network systems.
!
! Format for each system and its information is as follows:
! #<username>#<sys.address>#<work_directory>#<cmd_1>#<cmd_2>#<make_ch>#
!
!    Netch takes over the rest.  The cmd1 and cmd2 are commands that can be
! used for anything really.  But are usually for compiling the additional
! encryption and copying the library file to the work directory. 
!
! Here is an example:
! #nmn#someplace.com#$home#UFC/make#cp UFC/libufc.a libufc.a#make addufc#
!
!    This will login under "nmn" at the address "someplace.com" and select
! the directory "$home" (home directory defined by set).  It will then make
! execute the make file in the "UFC" directory, then it will copy the
! "libufc.a" file from the cirectory "UFC" into the work directory ($home)
! under "libufc.a".  Then it will execute the makefile for crackerhack with
! the argument "addufc" with will add the "libufc.a" file to all crackerhack
! files.  The rest is taken over the NETCH program and is done automatically.
! This includes splitting your specified crack from the local system and
! passing the divided information to crackerhack on the remote system and have
! it execute under a background nohup (no hangup) job.
!
!    If you do not wish to use any of the arguments, you can specify them as
! "." and it will not use it.  Also if you wish to use the previous argument
! in the current network information you can use a "^"...
!
! Example of using "^" and ".":
! #^#sun.system.net#^#.#.#make standard#
!
!    It will take the arguments from the previous line in place of "^".  In
! this case it will use "nmn" and "$home" in replace of the two "^"s respectivly.
! It will also ignore the command lines because they are nulled with .'s.




!
! Below is an example of how your to write your .ch-n network information file:
!

(5)
#nomeansno#cray.comp#$home/.ch#UFC/make#cp UFC/libufc.a libufc.a#make addufc#
#nmn#^#^#^#^#^#
#^#computer.net#^#.#.#make standard#
#info#hp.system.hmm.net#/usr/info#megacrypt/make hp#cp megacrypt/cryptlib.a other.a#make other#
#someone#sun.blah.edu#$home#.#.#make standard
