From 1108add317a99fbf72800bdfa698fd84462d6c84 Mon Sep 17 00:00:00 2001 From: krypek <115574014+krypciak@users.noreply.github.com> Date: Thu, 27 Oct 2022 20:32:02 +0200 Subject: [PATCH] Updated restartdwl (markdown) --- restartdwl.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/restartdwl.md b/restartdwl.md index a9fd1b3..c903569 100644 --- a/restartdwl.md +++ b/restartdwl.md @@ -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)