[asterisk-users] Download Asterisk
Doug Lytle
support at drdos.info
Wed Dec 19 07:54:38 CST 2007
Hey everybody,
I just went to download and test the current version of Asterisk, go
tired of the redirect impeded in the header and sat down for a few
minutes and created the following shell script: Hope somebody finds it
useful. I named it dget:
root at drdos Download]# cat /usr/local/bin/dget
#!/bin/sh
eval filename=`echo $1|cut -f2 -d=`
wget $filename
More information about the asterisk-users
mailing list