.\" $Id: dhclient-script.8,v 1.1.2.2 2004/06/10 17:59:25 dhankins Exp $
.\"
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consort
# script to login to a PCBoard BBS, download QWK mail, and logout
# run this from the shell as seyon -script channel1
# or run it from crond
# dial the number
if !linked
dial "354-5776"
endif
# ke
# this is an example of script to be used with the
# popular PCBoard BBS system.
# you can have as many commants as you like
# either in a single line
# or at the end of line containing script comman
The ACS scripting language is built around a series of named text files.
Each text (script) file has a series of lines, each of which represent
a script 'step' within the file. Each script can also c