HP3000-L Archives

March 2001, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Frank Gribbin <[log in to unmask]>
Reply To:
Frank Gribbin <[log in to unmask]>
Date:
Fri, 23 Mar 2001 19:17:58 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (43 lines)
Eric,

Here is the start of one I am using:

   #!/bin/sh

   # disable file globbing
   set -f

A blank line after your #!/bin/sh may do the trick.  Also, please let me
know where you acquired the WAP kit.

Frank Gribbin


On Fri, 23 Mar 2001 17:10:27 -0500, Jansen, Eric <[log in to unmask]>
wrote:

>listuser.cgi:
>-------------
>#!/bin/sh
>a=`callci listuser | cut -c1-20`
>
>cat - <<EOF
>Content-type: text/vnd.wap.wml
><xml version="1.0">
><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
>"http://www.wapforum.org/DTD
>/wml_1.1.xml">
>
><wml>
><card>
><do type="accept" label="back">
><go href="../../../index.wml#apps"/>
></do>
><do type="options" label="e3000">
><go href="../../../index.wml"/>
></do>
><p>$a</p>
></card>
></wml>
>EOF

ATOM RSS1 RSS2