Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
This commit is contained in:
35C4n0r 2025-12-14 17:21:53 +00:00
parent 395f170d07
commit c115d860f7

View File

@ -6,7 +6,7 @@ set -euo pipefail
true > "$HOME/start.log"
log() {
printf "$@" >> "$HOME/start.log"
printf -- "$@" >> "$HOME/start.log"
}
command_exists() {