index
:
scripts
bkup
main
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
hivedup.sh
blob: 489d339fef7a7bd615353ddf255bdcc569c1007c (
plain
) (
tree
)
6e52824
1
2
3
4
#!/usr/bin/sh
PID
=
$(
pgrep
hived$
)
if
[
-z
"
$PID
"
]
;
then
:
;
else
echo
hived
;
fi