summaryrefslogtreecommitdiffstats
path: root/programs/scripts/watchfile.sh
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2023-09-29 14:22:24 -0400
committerJon Santmyer <jon@jonsantmyer.com>2023-09-29 14:22:24 -0400
commitf819e30b03dffcf9e74af4b8552e4a8ab8f54c58 (patch)
treec05f4f1db738d6cd9d2824b5000c6afc3b1d61d1 /programs/scripts/watchfile.sh
parentd3bb6cbb4724bc8f18f72fa3fea3e65f73ae8d09 (diff)
downloadnix-config-f819e30b03dffcf9e74af4b8552e4a8ab8f54c58.tar.gz
nix-config-f819e30b03dffcf9e74af4b8552e4a8ab8f54c58.tar.bz2
nix-config-f819e30b03dffcf9e74af4b8552e4a8ab8f54c58.zip
major reorganizing to seperate modules
Diffstat (limited to 'programs/scripts/watchfile.sh')
-rwxr-xr-xprograms/scripts/watchfile.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/programs/scripts/watchfile.sh b/programs/scripts/watchfile.sh
deleted file mode 100755
index 064a226..0000000
--- a/programs/scripts/watchfile.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-while inotifywait -e close_write $1; do $2; done