#!/bin/sh cachehost=webcache.cict.fr cacheport=3128 http_proxy="http://${cachehost}:${cacheport}/"; export http_proxy ftp_proxy="http://${cachehost}:${cacheport}/"; export ftp_proxy gopher_proxy="http://${cachehost}:${cacheport}/"; export gopher_proxy exec Mosaic ${@+"$@"}