#!/bin/bash # # # # # # # # # # # # # # # datum=`date '+%Y%m%d%H%M%S'` outputfilen="out_node.sql" outputfilel="out_line.sql" #stahnem nody a linky if [ ! -e listnodes_${datum}.txt ] then # echo "neni tu "; wget http://mapa.czfree.net/listnodes.php -O listnodes_${datum}.txt fi if [ ! -e listlines_${datum}.txt ] then # echo "neni tu "; wget http://mapa.czfree.net/listlines.php -O listlines_${datum}.txt fi if [ -e listnodes_${datum}.txt ] then # echo "nodes do utf"; iconv -f windows-1250 -t utf8 listnodes_${datum}.txt --output listnodesutf.txt fi if [ -e listnodesutf.txt ] then # echo "delam tabulku node"; cat > $outputfilen <> $outputfilen fi if [ -e listlines_${datum}.txt ] then # echo "delam tabulku line"; cat > $outputfilel <> $outputfilel fi WebSVN - czfgmap - Blame - Rev 9 - /tools/gendb
  jablonka.czprosek.czf

czfgmap

Subversion Repositories:
[/] [tools/] [gendb] - Blame information for rev 9

 

Line No. Rev Author Line

Powered by WebSVN 2.2.1