add: debug mode; docs: removed dependencies from comments

This commit is contained in:
BonzaiBrains 2024-10-31 12:12:58 +01:00 committed by GitHub
parent 6818ee3e1d
commit 7b714c7417
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
shemum
View file

@ -2,18 +2,16 @@
#
# Author: Adrian Erik Hoemann
# Date: 9.18.2024
#
# Dependencies:
# * qemu
# * sh
# * curl
# * syslog
# - logger
# Debug mode
# To enable debug mode remove the comment.
# Default: ON
#:exec 1> >(logger -s -t $(basename $0)) 2>&1
# Default: true
DEBUG=true
# Debug mode check
if [$DEBUG -eq true]
set +x
fi
# Arguments
OPTION=$1