سؤال

How do I run shell scripts on IronWorker? It would only perform a simple Curl inside the worker.

هل كانت مفيدة؟

المحلول

curl.sh

#!/bin/sh

curl http://www.google.com

curl.worker

runtime "binary"
exec "curl.sh"
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top