aboutsummaryrefslogblamecommitdiffstats
path: root/hivedup.sh
blob: 489d339fef7a7bd615353ddf255bdcc569c1007c (plain) (tree)
1
2
3
4



                                           
#!/usr/bin/sh

PID=$(pgrep hived$)
if [ -z "$PID" ]; then :;else echo hived;fi