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

Contents of /get.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Tue Feb 5 12:58:01 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +14 -1 lines
File MIME type: application/x-sh
sve brojeve NN

1 #!/bin/sh
2
3 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

  ViewVC Help
Powered by ViewVC 1.1.26