Searched refs:INITFILE (Results 1 – 1 of 1) sorted by relevance
111 INITFILE=$1114 if [ ! -r "$INITFILE" ]; then115 echo "The base file '$INITFILE' does not exist. Creating one..." >&2116 touch "$INITFILE"126 echo "Using $INITFILE as base"130 cat $INITFILE > $TMP_FILE