diff options
author | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 11:23:45 +0530 |
---|---|---|
committer | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 11:23:45 +0530 |
commit | a754011fc58e83f38cadc5bc10492ab961c9c540 (patch) | |
tree | d7c3cd6fd254fb7e52759f77e44193bf103de177 /scripts/hotrebootdwm | |
parent | 98bbe7bd7fcec209e2408ff0b086858715ca89e0 (diff) |
spring cleaning 0.1
Diffstat (limited to 'scripts/hotrebootdwm')
-rwxr-xr-x | scripts/hotrebootdwm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/hotrebootdwm b/scripts/hotrebootdwm deleted file mode 100755 index b89bac7..0000000 --- a/scripts/hotrebootdwm +++ /dev/null @@ -1,4 +0,0 @@ -$!/bin/sh -##pid=$(ps -a | grep dwm | awk '{print $1}') -pid=$(pidof dwm) -kill -HUP $pid |