bboard hyperpithole gate
 (DIR) Menu
 (DIR) Section <GOPHER>
 (DIR) Forward
 (DIR) Backward
       Thread[.post]: 29.1
       SUBJECT: .. Sending questions in Gopher
       DATE:    23-Oct-22 16:01:19
       HOST:    sdf
       
       so far I have in my gophermap:
       
       
       iYou can ask a quesion by clicking on this link 
       7 Ask a question        ./cgi-bin/ask.cgi
       
       
       the script is: 
       
       #!/bin/sh
       IFS='
         '
       echo "i$@" >> /ftp/pub/users/gef/questions/answers
       echo "iThanks! please go back to view your question in the answers page"
       
       It half work by putting a i each time in the file, but not the prompt. 
       Is it really $@ that needs to be there for the search prompt?
       
       
       
       <GOPHER.29.1/3>(84)[ <ENTER> follow thread, (R)EPLY, (F)LAG or (Q)UIT ]