summaryrefslogtreecommitdiff
path: root/Scripts/checkIfActive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/checkIfActive.sh')
-rw-r--r--Scripts/checkIfActive.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/Scripts/checkIfActive.sh b/Scripts/checkIfActive.sh
deleted file mode 100644
index ecf40d1..0000000
--- a/Scripts/checkIfActive.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-if pgrep "$1" > /dev/null; then
- echo Active
-else
- echo Inactive
-fi