upm-org/ugosh
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This project is a fork of https://github.com/mvdan 's sh/cmd/gosh package, but with concurrent functionality. Maintained to be used in UPM and it's subsystems. To build run: go mod init gosh; go get mvdan.cc/sh/v3/cmd/gosh ./gosh --help To run scripts concurrently pass -a option ./gosh -a s1.sh,s2.sh,s3.sh