From: Siraaj Khandkar Date: Sun, 9 Oct 2022 14:49:58 +0000 (-0400) Subject: Don't depend on twrap.sh in xlaunch X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=e9c91333a6913652855e3304e2002e27f21286e5 Don't depend on twrap.sh in xlaunch --- diff --git a/home/.xlaunch b/home/.xlaunch index 7a4d04c..2aa292a 100755 --- a/home/.xlaunch +++ b/home/.xlaunch @@ -11,7 +11,7 @@ log() { local -r fmt="$1" shift - printf "${fmt}\n" $@ | twrap.sh >> "$LOG_FILE" + printf "[%s] ${fmt}\n" "$(date +'%F %T')" $@ >> "$LOG_FILE" } counter_next() {