Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
This commit is contained in:
35C4n0r 2025-12-14 12:41:21 +00:00
parent 1dee0012f5
commit dd86d3d1d8

View File

@ -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() {