/
wizshell/
wizshell/binsrc/
wizshell/binsrc/elvis-1.7/doc/
wizshell/docs/help/
wizshell/etc/
wizshell/src/util/
#!/bin/sh

#This is an example of using a shell script to restrict program usage.
#In this case, only allowing telnet to a certain mud
#The telnet used is the *REAL* machine telnet
#make sure that if this file is in bin that noone has access to it,
#or else they could change it (and maybe add a line like /bin/sh)
#
#also, make sure you have the right path for telnet. (type 'which telnet')

#although..  Gumbi is long gone.  Oh well :)

#echo Telnetting to TSR :)
exec /usr/bin/telnet realms.mat.net 9000