mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
8 lines
316 B
Plaintext
8 lines
316 B
Plaintext
systemu is a portable replacement for popen4 in ruby.
|
|
|
|
systemu can be used on any platform to return status, stdout, and stderr of
|
|
any command. unlike other methods like open3/popen4 there is zero danger of
|
|
full pipes or threading issues hanging your process or subprocess.
|
|
|
|
WWW: https://github.com/ahoward/systemu
|