mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-13 18:35:09 -07:00
9 lines
98 B
Text
9 lines
98 B
Text
|
#! /bin/sh
|
||
|
|
||
|
exec 2>&1
|
||
|
|
||
|
cd /var/www
|
||
|
|
||
|
exec tcpsvd -u localhost 0 80 /opt/inferno/bin/fnord-idx . .
|
||
|
|