Python subprocess wrapper
May 14 2012, 1:32 PM
pbs - Python subprocess wrapper - can replace shell scripts.
from pbs import ifconfig
print ifconfig("eth0")pbs - Python subprocess wrapper - can replace shell scripts.
from pbs import ifconfig
print ifconfig("eth0")