From a69d60fa19e79eb1b44be0dda9bdac63f9a94456 Mon Sep 17 00:00:00 2001 From: ange Date: Sat, 25 May 2024 16:07:09 +0200 Subject: [PATCH] feat: log file --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index f9172ee..827041d 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,7 @@ #!/bin/bash +exec &> >(tee logs.out) + set -a . ./config set +a