Separate v2 and v3 into dedicated directories
[khatus.git] / v2 / src / bash / exe / khatus_sensor_procs.sh
diff --git a/v2/src/bash/exe/khatus_sensor_procs.sh b/v2/src/bash/exe/khatus_sensor_procs.sh
new file mode 100644 (file)
index 0000000..5a3c631
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+set -e
+
+dir_bin="$1"
+
+ps -eo pid,state ww --no-headers | "$dir_bin"/khatus_parse_ps
This page took 0.028948 seconds and 4 git commands to generate.