/[nn]/get.sh
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 /get.sh

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

revision 1.1.1.1 by dpavlin, Mon Jan 21 17:36:30 2002 UTC revision 1.2 by dpavlin, Tue Feb 5 12:58:01 2002 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=2002 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' > in  wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1990 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
4    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1991 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
5    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1992 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
6    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1993 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
7    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1994 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
8    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1995 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
9    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1996 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
10    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1997 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
11    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1998 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
12    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1999 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
13    
14    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=2000 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
15    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=2001 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
16    wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=2002 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in
17    

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

  ViewVC Help
Powered by ViewVC 1.1.26