aboutsummaryrefslogtreecommitdiff
path: root/2022/watch
diff options
context:
space:
mode:
Diffstat (limited to '2022/watch')
-rwxr-xr-x2022/watch7
1 files changed, 0 insertions, 7 deletions
diff --git a/2022/watch b/2022/watch
deleted file mode 100755
index 3792b58..0000000
--- a/2022/watch
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-source "vars"
-
-while inotifywait --quiet --event modify "~/watched_file"
-do ./run
-done