/[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

Diff of /esi/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Mon Jul 2 10:56:06 2001 UTC revision 1.2 by dpavlin, Fri Feb 1 13:33:27 2002 UTC
# Line 1  Line 1 
1  test: test-with test-without  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:  test-with:
7          http_proxy=http://proxy.pliva.hr:8080/ wget --proxy=on http://analysis.esi.co.uk/display.cgi?PLVD -O out-with_proxy && echo "fetch WITH proxy o.k."          http_proxy=http://proxy.pliva.hr:8080/ wget --proxy=on $(URL) -O out-with_proxy && echo "fetch WITH proxy o.k."
8  test-without:  test-without:
9          wget --proxy=off http://analysis.esi.co.uk/display.cgi?PLVD -O out-without_proxy && echo "fetch WITHOUT proxy o.k."          wget --proxy=off $(URL) -O out-without_proxy && echo "fetch WITHOUT proxy o.k."

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26