This commit is contained in:
nevaforget 2024-12-20 00:00:53 +01:00
parent b49228a855
commit 6fab05f7b8

View File

@ -249,6 +249,12 @@ function setup {
cd $HYPRMOONARCH_DIR cd $HYPRMOONARCH_DIR
} }
function log () {
ts=$(date +"%H:%M:%S")
printf "$ts $1\n" | tee -a $LOG
}
function init { function init {
rm -f $LOG rm -f $LOG