IBM / lunchpail

Lunchpail compiles your job code into an all-in-one executable. Others download that binary, and "up" it to run your code in the Cloud or an existing Kubernetes cluster.
Apache License 2.0
6 stars 2 forks source link

feat: build --eval support #455

Closed starpit closed 1 week ago

starpit commented 1 week ago

with this, an "add1" would be

./lunchpail build -e 'printf "%d" $((1+$(cat $1))) > $2' -o /tmp/add1