summaryrefslogtreecommitdiff
path: root/regress/ticket/cgi.sh
blob: 934c97ec476b69dd84cab8f08074bc083e0c7c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# $FML: cgi.sh,v 1.3 2001/03/25 08:27:07 fukachan Exp $
#

tmp=/tmp/$$
pwd=`pwd`

trap "rm -f $tmp" 0 1 3 15

cd ../.. || exit 1;

echo ml_name=elena |/usr/local/libexec/fml/fmlticket.cgi

exit 0;