Updated restartdwl (markdown)

krypek 2022-10-27 20:32:02 +02:00
parent f4103abeb1
commit 1108add317

@ -14,7 +14,9 @@ while $do || [ -f /tmp/restart_dwl ]; do
done
```
It's a do-while that checks if **/tmp/restart_dwl** exists after the first run of dwl.
If this file exists delete it and start dwl again.
If this file exists delete it and start dwl again.
**Idea**: you could make your dwl compile on restart
### Download
- [2022-10-27](https://github.com/djpohly/dwl/compare/main...krypciak:patch-restartdwl.patch)