wip
Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
This commit is contained in:
parent
1dee0012f5
commit
dd86d3d1d8
@ -3,8 +3,10 @@
|
||||
# Set strict error handling AFTER sourcing bashrc to avoid unbound variable errors from user dotfiles
|
||||
set -euo pipefail
|
||||
|
||||
true > "${HOME}/start.log"
|
||||
|
||||
log() {
|
||||
printf "$@" >> "$HOME/start.log"
|
||||
printf "$@" >> "${HOME}/start.log"
|
||||
}
|
||||
|
||||
command_exists() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user