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

View File

@ -4,7 +4,7 @@
set -euo pipefail
log() {
printf "%s" "$*" >> "${HOME}/start.log"
printf "$@" >> "$HOME/start.log"
}
command_exists() {