aboutsummaryrefslogtreecommitdiffstats
path: root/hivedup.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xhivedup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hivedup.sh b/hivedup.sh
new file mode 100755
index 0000000..489d339
--- /dev/null
+++ b/hivedup.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/sh
+
+PID=$(pgrep hived$)
+if [ -z "$PID" ]; then :;else echo hived;fi