source: trunk/cgi-bin/geisa_post_end @ 1

Last change on this file since 1 was 1, checked in by cbipsl, 18 years ago

Geisa inital import

File size: 245 bytes
Line 
1#!/bin/sh -f
2#file=geisa_post_end
3#on entry: $1=tempdir
4HOME_GEISA=/usr/local/apache/cgi-bin/geisa
5$HOME_GEISA/etrap purge $1
6if [ $# != 0 -a -r $1/cgi ]; then
7 cd "$1";/usr/bin/touch sync;/bin/sh cgi
8else
9 echo Status: 204 No response
10 echo
11fi
Note: See TracBrowser for help on using the repository browser.