Class CygwinShell
java.lang.Object
org.tweetyproject.commons.util.Shell
org.tweetyproject.commons.util.CygwinShell
-
Method Summary
Methods inherited from class org.tweetyproject.commons.util.Shell
getCygwinShell, getNativeShell
-
Method Details
-
run
Description copied from class:Shellruns command- Specified by:
runin classShell- Parameters:
cmd- the command to be run- Returns:
- the terminal output
- Throws:
InterruptedException- if some interruption occurred.IOException- if some IO issue occurred.
-