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": {