projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f297d32d601d4777b69895d3243182c8623842d0
[invirt/packages/invirt-web.git]
/
code
/
kill.cgi
1
#!/bin/sh
2
pkill main.fcgi
3
echo "Content-Type: text/plain"
4
echo
5
echo "Killed."