mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
7 lines
106 B
Bash
Executable file
7 lines
106 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
exec 2>&1
|
|
|
|
ln -sf /var/www default
|
|
exec tcpsvd -l localhost 0 80 /opt/inferno/bin/eris -d
|
|
|