[MLton-devel] Re: MLton 20020930 Debian packages

Stephen Weeks MLton@mlton.org
Sat, 19 Oct 2002 21:00:36 -0700


> Hey, thanks for the t-shirt, it's really cool!

You're welcome.

> Sourceforge is a hassle; downloading each files requires a bunch of
> clicks.

Agreed.  You can get the files directly from one of the sourceforge
download sites with the following script.

#!/bin/sh

version='20021018'
site='us.dl.sourceforge.net'

for s in .dsc .tar.gz _i386.changes _i386.deb; do
	wget "http://$site/mlton/mlton_$version.1-1$s"
done


-------------------------------------------------------
This sf.net email is sponsored by:
Access Your PC Securely with GoToMyPC. Try Free Now
https://www.gotomypc.com/s/OSND/DD
_______________________________________________
MLton-devel mailing list
MLton-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlton-devel