remove start dwm script
This commit is contained in:
parent
74cedc4af1
commit
1046da19cf
1 changed files with 0 additions and 18 deletions
18
start-dwm
18
start-dwm
|
|
@ -1,18 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# relaunch DWM if the binary changes, otherwise bail
|
||||
csum=$(sha1sum $(which dwm))
|
||||
new_csum=""
|
||||
while true
|
||||
do
|
||||
if [ "$csum" != "$new_csum" ]
|
||||
then
|
||||
csum=$new_csum
|
||||
dwm
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
new_csum=$(sha1sum $(which dwm))
|
||||
sleep 1
|
||||
done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue