mirror of https://github.com/dirtbags/moth.git
9 lines
98 B
Plaintext
9 lines
98 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
exec 2>&1
|
||
|
|
||
|
cd /var/www
|
||
|
|
||
|
exec tcpsvd -u localhost 0 80 /opt/inferno/bin/fnord-idx . .
|
||
|
|