/[corp]/esi/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /esi/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Fri Feb 1 13:33:27 2002 UTC (22 years, 2 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -2 lines
FT filter

1 test: test-with test-without
2
3 #URL=http://analysis.esi.co.uk/display.cgi?PLVD
4 URL='http://custom.marketwatch.com/custom/alliance/ftmw/invrel.asp?siteid=!plivadd-0773-4F6D-DHID-QN1112NFTD0X&symb=PLVD'
5
6 test-with:
7 http_proxy=http://proxy.pliva.hr:8080/ wget --proxy=on $(URL) -O out-with_proxy && echo "fetch WITH proxy o.k."
8 test-without:
9 wget --proxy=off $(URL) -O out-without_proxy && echo "fetch WITHOUT proxy o.k."

  ViewVC Help
Powered by ViewVC 1.1.26