Annotation of parser3/tests/cat.sh, revision 1.1

1.1     ! misha       1: #!/bin/sh
        !             2: 
        !             3: if [ $1 = "cgi" ]
        !             4: then
        !             5:        echo "content-type: $2
        !             6: "
        !             7: fi
        !             8: 
        !             9: 
        !            10: if [ -n "$4" ]
        !            11: then
        !            12:        echo "$4"
        !            13: fi
        !            14: 
        !            15: cat -s $3
        !            16: 

E-mail: