Home | History | Annotate | Download | only in scripts

Lines Matching refs:CFILE

35 # CFILE=${0}.conn
55 2> $CFILE &
66 test -f "$CFILE" && rm -f $CFILE
75 test "$CFILE" || CFILE=/dev/null
76 export CFILE
77 touch "$CFILE"
79 if test -f "$CFILE" ; then
81 cat $CFILE
92 test -f "$CFILE" && echo " and connection fuckups to $CFILE"