feat: log file
This commit is contained in:
parent
3ec0bb90c4
commit
a69d60fa19
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
exec &> >(tee logs.out)
|
||||
|
||||
set -a
|
||||
. ./config
|
||||
set +a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue