index
:
dots
legacy_dwm
main
master
wayland
Configurations files
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Scripts
/
checkIfActive.sh
blob: ecf40d1a5ceeaa1f4e799731d433481e9bc47e08 (
plain
)
1
2
3
4
5
if
pgrep
"
$1
"
>
/dev/null
;
then
echo
Active
else
echo
Inactive
fi