#!/usr/local/bin/tops -s /usr/local/tops/sys -u /opt/mytops/usr/

# File topsd, August 2004

# Running the program as a daemon server.

#-----------------------------------------------------------------------

# Source user words:
  usrpath "topsd.v" cat filefound IF source THEN

# Display first lines in the log file:
  "-" 80 cats nl dot nl 
  "PID " getpid int$ cat spaced date cat dot nl

# Start the server:
  "*" \ wild card IP
  "PORT" missing IF def_port ELSE PORT THEN
  DSERVER
