source: trunk/packages/invirt-web/code/kill.cgi @ 1318

Last change on this file since 1318 was 1318, checked in by price, 16 years ago

sipb-xen-www -> invirt-web

  • Property svn:executable set to *
File size: 78 bytes
Line 
1#!/bin/sh
2pkill main.fcgi
3echo "Content-Type: text/plain"
4echo
5echo "Killed."
Note: See TracBrowser for help on using the repository browser.