6 ms·
I typically write bash wrappers in situations like that. You could also write in a real programming language that shells out to the CLI tool if it gets too comp
by cjvirtucio 6y ago
I typically write bash wrappers in situations like that. You could also write in a real programming language that shells out to the CLI tool if it gets too complicated.. even better if there's a library that does away with the need of shelling out.