mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 19:40:52 -07:00
7 lines
114 B
Bash
Executable file
7 lines
114 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
exec 2>&1
|
|
|
|
cd $PACKAGES/www
|
|
exec tcpsvd -l localhost 0 80 $CTF_BASE/packages/inferno/bin/eris -d.
|
|
|