diff options
Diffstat (limited to 'Scripts/checkIfActive.sh')
-rw-r--r-- | Scripts/checkIfActive.sh | 5 |
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 |