diff options
author | justsaumit <justsaumit@draconyan.xyz> | 2022-02-27 07:00:19 +0530 |
---|---|---|
committer | justsaumit <justsaumit@draconyan.xyz> | 2022-02-27 07:00:19 +0530 |
commit | b7c8da835bb251862a3b2b23458bd2f4c5f58f5f (patch) | |
tree | 5b934e387371202fb2bf9fb689b254bacfe354ac /scripts/hotrebootdwm | |
parent | 7eb981e3ac9742ed1fefe49e7ef058f783e63f76 (diff) |
Pushing old local updates
Diffstat (limited to 'scripts/hotrebootdwm')
-rwxr-xr-x | scripts/hotrebootdwm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/hotrebootdwm b/scripts/hotrebootdwm new file mode 100755 index 0000000..b89bac7 --- /dev/null +++ b/scripts/hotrebootdwm @@ -0,0 +1,4 @@ +$!/bin/sh +##pid=$(ps -a | grep dwm | awk '{print $1}') +pid=$(pidof dwm) +kill -HUP $pid |