moth/packages/inferno/service/httpd/run

9 lines
101 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
cd /var/www
2011-08-17 14:45:07 -06:00
exec tcpsvd -l localhost 0 80 /opt/inferno/bin/fnord-idx . .
2011-08-16 16:33:38 -06:00