From b51d9e048e826cd7783f08f687ef42e962e3f2f7 Mon Sep 17 00:00:00 2001 From: Razvan Tanase Date: Fri, 27 Dec 2024 05:09:19 +0100 Subject: [PATCH] feat(catpaw-kwm): removing script because it's way too inconsistent, especially when dealing with servers. --- bin/catpaw-kwm | 6 ------ composer.json | 1 - 2 files changed, 7 deletions(-) delete mode 100755 bin/catpaw-kwm diff --git a/bin/catpaw-kwm b/bin/catpaw-kwm deleted file mode 100755 index b1dfe7c..0000000 --- a/bin/catpaw-kwm +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -# "Kill When Modified" kills $1 whenever directory $2 is modified. -$1 & pid=$! -inotifywait -r -e modify $2 -kill $pid -printf "Process $pid killed.\n" \ No newline at end of file diff --git a/composer.json b/composer.json index ea910ab..c54083b 100755 --- a/composer.json +++ b/composer.json @@ -79,7 +79,6 @@ }, "bin": [ "bin/catpaw", - "bin/catpaw-kwm", "bin/catpaw-cli" ], "require": {