Skip to content

nullivex/func-proc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

func-proc

Process handling functions for executing commands with BASH

Usage

$out = run('whoami'); //returns root

Reference

run($cmd,&$return=null)

  • $cmd The command to be ran: slashes are automatically escaped
  • $return Passed as a reference to store the commands exit code Returns the full output of the command as a string

About

Process handling functions for executing commands with BASH

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages