File "RecvStart_org.sh"

Full path: /www/upfile/RecvStart_org.sh
File size: 114 B
MIME-type: text/x-shellscript
Charset: utf-8

Download   Open   Back

#!/bin/sh

node_st1=$(ps aux| grep 'UdpRecv.exe' |wc -l)

if [ $node_st1 -eq 1 ];then
	/www/upfile/UdpRecv.exe&
fi

PHP File Manager