Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
#!/bin/bash
#### Multi-purpose port listener invoker.
# Ver. 0.9.1
## Basic setup variables.
# tcpserver path
TCPSERVER=/usr/local/bin/tcpserver
# tcpserver options.
TCPOPT="-HRl0 0"
# Command to run when connection established.
TCPCMD="/usr/local/bin/echo-hello"
# Default port used when LISETN_PORT argument was omitted at runtime.
DEFAULTPORT=23
## Procedures from here.
show_help () {
cat <'
else
for i in ${pid[@]}; do
echo $i
done
fi
exit 0
;;
esac