moth/packages/inferno/service/httpd/run

8 lines
114 B
Plaintext
Raw Normal View History

2011-08-17 14:45:07 -06:00
#! /bin/sh -e
2011-08-16 16:33:38 -06:00
exec 2>&1
2012-07-22 17:14:06 -06:00
cd $PACKAGES/www
exec tcpsvd -l localhost 0 80 $CTF_BASE/packages/inferno/bin/eris -d.
2011-08-16 16:33:38 -06:00