feat: log file

This commit is contained in:
ange 2024-05-25 16:07:09 +02:00
parent 3ec0bb90c4
commit a69d60fa19
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
exec &> >(tee logs.out)
set -a set -a
. ./config . ./config
set +a set +a