mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 04:51:06 -07:00
8 lines
105 B
Bash
Executable file
8 lines
105 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
exec 2>&1
|
|
|
|
IP=$(/opt/00admin/sbin/fire-ip add)
|
|
|
|
exec tcpsvd -u nobody ${IP%/*} 1013 ./go
|
|
|