mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
11 lines
362 B
Plaintext
11 lines
362 B
Plaintext
Shellany captures command output.
|
|
|
|
Features:
|
|
- Portability (should work on recent JRuby versions).
|
|
- Capturing stdout, stderr in a convenient way.
|
|
- Returning the result in a convenient way.
|
|
- Detecting if a shell is needed (though incomplete/primitive implementation).
|
|
- Prevents running the same command multiple times.
|
|
|
|
WWW: https://github.com/guard/shellany
|