mechboxes / mech

Easy command line virtual machines for VMWare
https://mechboxes.github.io/mech/
MIT License
311 stars 49 forks source link

encode inline to bytes-like if str #74

Open eedgar opened 4 years ago

eedgar commented 4 years ago

Fix inline shell.

"provision": [ { "type": "shell", "inline": "echo hi > /tmp/out", } ]