opnsense-ports/sysutils/rubygem-shellany/pkg-descr
2022-09-07 22:33:21 +02:00

8 lines
322 B
Text

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.