Python subprocess wrapper

pbs - Python subprocess wrapper - can replace shell scripts.

from pbs import ifconfig
print ifconfig("eth0")

31 views and 0 responses