Skip to content
/ ugosh Public

A concurrent-ready fork of mvdan/sh/cmd/gosh

Notifications You must be signed in to change notification settings

upm-org/ugosh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

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

About

A concurrent-ready fork of mvdan/sh/cmd/gosh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages