Added 'update_ilines.sh' which will generate CH and LI I lines on demand. Let's not cron this yet :)

git-svn-id: svn+ssh://svn.ipng.nl/usr/share/subversion/repositories/ircnet.ipng.ch@3 c5d60b8d-fdcb-4146-b734-af4215e9eb71
This commit is contained in:
ircnet
2009-09-03 19:34:55 +00:00
parent 3c76560cc2
commit d69333744b
4 changed files with 27 additions and 7 deletions

View File

@ -102,7 +102,7 @@ def main():
assert False, "Input file version is not '2'"
ofile.write("# First line: %s\n" % line)
ofile.write("# $Id: $\n\n\n")
ofile.write("#\n\n")
output_linecount = 0
for line in ifile.readlines():