diff options
author | Saumit Dinesan <79687674+justsaumit@users.noreply.github.com> | 2022-03-12 19:55:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-12 19:55:55 +0530 |
commit | 16ac5919c109e334e7bfe2b73f167261b6576d2a (patch) | |
tree | efa9346ede9ca1b74a13029e361cf7385c941a8e /.scripts | |
parent | 54b772cae06eb25adf33297e35234f33ded81a7b (diff) |
Delete hotrebootdwm
Diffstat (limited to '.scripts')
-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 9768709..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 |