Diff for /parser3/tests/cat.sh between versions 1.3 and 1.4

version 1.3, 2010/11/15 23:35:20 version 1.4, 2024/10/22 02:46:46
Line 11  then Line 11  then
         exit 0          exit 0
 fi  fi
   
   if [ $1 = "args" ]
   then
           for arg in "$@"; do
                   echo -n "\"$arg\" "
           done
           exit 0
   fi
   
 if [ $1 = "cgi" ]  if [ $1 = "cgi" ]
 then  then
         echo "content-type: $2          echo "content-type: $2

Removed from v.1.3  
changed lines
  Added in v.1.4


E-mail: