diff options
Diffstat (limited to 'private_dot_local/bin/executable_wsct')
| -rw-r--r-- | private_dot_local/bin/executable_wsct | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/private_dot_local/bin/executable_wsct b/private_dot_local/bin/executable_wsct new file mode 100644 index 0000000..be571eb --- /dev/null +++ b/private_dot_local/bin/executable_wsct @@ -0,0 +1,5 @@ +#!/bin/dash + +pkill wlsunset + +[ "$1" -ne "0" ] && (wlsunset -t "$1" &) |