Skip to content
/ pathexec Public

A simple go program that will execute a a specified program found on the system path with the given commands. This was written to facilitate cross platform execution of arbitrary executables on the PATH from Unity Editor, as the Unity Mono implementation of shell execution was awkward if the path is unknown and capturing of output is desired.

Notifications You must be signed in to change notification settings

Keshi/pathexec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

To build, make sure the golang SDK is installed, and use the following command:

go build pathexec.go

About

A simple go program that will execute a a specified program found on the system path with the given commands. This was written to facilitate cross platform execution of arbitrary executables on the PATH from Unity Editor, as the Unity Mono implementation of shell execution was awkward if the path is unknown and capturing of output is desired.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages