aboutsummaryrefslogtreecommitdiff
path: root/home/dot_local/share/bin/executable_screenwatch
diff options
context:
space:
mode:
Diffstat (limited to 'home/dot_local/share/bin/executable_screenwatch')
-rw-r--r--home/dot_local/share/bin/executable_screenwatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_screenwatch b/home/dot_local/share/bin/executable_screenwatch
index d556fac..8e44f39 100644
--- a/home/dot_local/share/bin/executable_screenwatch
+++ b/home/dot_local/share/bin/executable_screenwatch
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# repeatedly open terminal at $dev, even when $dev temporarily dissapears
dev="$1"
while inotifywait -qq -e create --include "$dev" "$(dirname "$dev")"; do