Merge pull request #16 from konstruktoid/clean_ps

remove unused ps_ variables
This commit is contained in:
Diogo Mónica 2015-06-01 15:56:46 -07:00
commit 645cb34a75

View file

@ -1,8 +1,5 @@
#!/bin/sh
ps_command=$(command -v ps)
ps_args='-U root -u root -f'
# Returns the absolute path of a given string
abspath () { case "$1" in /*)printf "%s\n" "$1";; *)printf "%s\n" "$PWD/$1";; esac; }