launcher.py

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@505 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
emijrp 12 years ago
parent dd4351849d
commit 155189fc95

@ -51,6 +51,7 @@ for wiki in wikis:
os.system('python dumpgenerator.py --api=%s --xml --images' % wiki)
if wikidir and prefix:
time.sleep(1)
os.chdir(wikidir)
print 'Changed directory to', os.getcwd()
os.system('grep "<title>" *.xml -c;grep "<page>" *.xml -c;grep "</page>" *.xml -c;grep "<revision>" *.xml -c;grep "</revision>" *.xml -c')

Loading…
Cancel
Save