a scripting language written in rust:
1 Like
I would like to nominate runcc, a cli utility that can run multiple shell commands in parallel. I was looking for an alternative to the npm concurrently
package and found this. It is actually better than concurrently
as it either allows to run multiple commands directly or put them in configuration files for easy reuse. And just runs really reliably all the time I used it.