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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 31 16:25:08 2002 UTC (22 years, 2 months ago) by dpavlin
Branch: MAIN
Branch point for: dbp
File MIME type: application/x-sh
Initial revision

1 #!/bin/sh
2
3 cd /home/dpavlin/nn
4
5 wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=`date +%Y` | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' > in-$$
6 wget -i in-$$ -nc
7 rm in-$$

  ViewVC Help
Powered by ViewVC 1.1.26