Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] (no subject)


On Mon, Nov 27, 2000 at 01:22:07PM +1000, Joe Haribonigo wrote:
> As there is a free call number how can I set up my machine to dial this jerks 
> phone number several hundred times a day??
Hmmm.

#!/bin/sh
echo "ATDT <phone number>" > /dev/modem
sleep 30
echo "ATH" > /dev/modem

Put that in your crontab.  Even better, start pppd when someone answers, see
if you can deafen them >:-)

Cheers,
Peter