mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 04:20:39 -07:00
8 lines
98 B
Bash
Executable file
8 lines
98 B
Bash
Executable file
#! /bin/sh
|
|
|
|
exec 2>&1
|
|
|
|
cd /var/www
|
|
|
|
exec tcpsvd -u localhost 0 80 /opt/inferno/bin/fnord-idx . .
|
|
|