#!/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 GumbiMud exec /usr/bin/telnet minkowski.geom.umn.edu 3000