chore: delete unused bin scripts
This commit is contained in:
parent
419d7cac6a
commit
3d10ad02db
10 changed files with 0 additions and 442 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue