skittle icon indicating copy to clipboard operation
skittle copied to clipboard

Simple provisioning with bash

Results 2 skittle issues
Sort by recently updated
recently updated
newest added

I'm fairly sure there's a simple way to wrap SSH around skittle to provision multiple remote machines without the need for a client on each machine. It's just bash right?...

This causes output to be mixed into the tree drawn by skittle. The solution would be to wrap processes in a PTY, not just in a subshell. This may be...