2013-09-30 126 views

回答

3

curl.sh

#!/bin/sh 

curl http://www.google.com 

curl.worker

runtime "binary" 
exec "curl.sh"