Browse Source

remove offending svn rm line...

master
duncan.parkes 17 years ago
parent
commit
c1aa943bba
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      python_scrapers/createCGI.sh

+ 2
- 2
python_scrapers/createCGI.sh View File

@@ -1,7 +1,7 @@
#!/bin/bash

echo Removing contents of directory cgi-bin
svn rm --force ../cgi-bin/*
#echo Removing contents of directory cgi-bin
#svn rm --force ../cgi-bin/*

echo Running generateCGIScripts
python generateCGIScripts.py


Loading…
Cancel
Save