syscall

decida.syscall(cmd)

synopsis:

System call.

arguments:

cmd (str)

shell command

results:

  • command issued to shell
  • result returned

example:

>>> import decida
>>> result = decida.syscall("ps -ax")