summaryrefslogtreecommitdiff
path: root/regress/ticket/cgi.sh
blob: f8e770a741b8253e1c679bff0b6196681e390714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# $Id$
#

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

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

cd ../.. || exit 1;

echo | /usr/local/libexec/fml/fmlticket.cgi elena $*

exit 0;