This commit is contained in:
jbell 2016-12-16 01:16:51 +00:00
parent 8089df3418
commit 6f28fe3a10
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#!/bin/bash
#Check for file vwchk.txt and directory regparam
#Found vwchk not needed anymore - left in but commented out
#if [ -f vwchk.txt ]; then
# rm -rf vwchk.txt
#fi
#
if [ ! -d regparam ]; then
mkdir regparam
fi
#