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