feat: log file
This commit is contained in:
parent
3ec0bb90c4
commit
a69d60fa19
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
exec &> >(tee logs.out)
|
||||||
|
|
||||||
set -a
|
set -a
|
||||||
. ./config
|
. ./config
|
||||||
set +a
|
set +a
|
||||||
|
Loading…
Reference in New Issue
Block a user