mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-06 20:10:36 -07:00
8 lines
95 B
Bash
Executable file
8 lines
95 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
exec 2>&1
|
|
|
|
cd /var/www
|
|
|
|
exec tcpsvd -l localhost 0 80 /opt/inferno/bin/eris -d
|
|
|