chore: delete unused bin scripts

This commit is contained in:
Oliver Davies 2023-04-14 10:06:23 +01:00
parent 419d7cac6a
commit 3d10ad02db
10 changed files with 0 additions and 442 deletions

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
if [ "$1" ] && [ "$2" ]; then
while true
do
inotifywait --event modify --exclude ".null-ls_*" --recursive $1 2> /dev/null
$2
done
else
echo "usage: watch-changes <file> <command>"
fi