diff options
-rw-r--r-- | daemon.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ get_ident() { local pid=$1 - cut -d ' ' -f 22 /proc/$pid/stat + cut -d ' ' -f 22 /proc/$pid/stat 2>/dev/null } is_running() { |
![]() |
index : thingutils | |
Miscellaneous utilities that I've written | Luke T. Shumaker |
summaryrefslogtreecommitdiff |
-rw-r--r-- | daemon.sh | 2 |
@@ -2,7 +2,7 @@ get_ident() { local pid=$1 - cut -d ' ' -f 22 /proc/$pid/stat + cut -d ' ' -f 22 /proc/$pid/stat 2>/dev/null } is_running() { |