From 3e00fc23117a6fbb91d5ca09602f8006c3f2365a Mon Sep 17 00:00:00 2001 From: Julian Teu Date: Tue, 10 Apr 2018 18:07:28 +0200 Subject: Cleanup --- Scripts/checkIfActive.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Scripts/checkIfActive.sh (limited to 'Scripts/checkIfActive.sh') 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 -- cgit v1.2.3