Domanda

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

È stato utile?

Soluzione

curl.sh

#!/bin/sh

curl http://www.google.com

curl.worker

runtime "binary"
exec "curl.sh"
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top