diff --git a/stower.sh b/stower.sh index 5ca4adf..a707af6 100755 --- a/stower.sh +++ b/stower.sh @@ -249,6 +249,12 @@ function setup { cd $HYPRMOONARCH_DIR } +function log () { + ts=$(date +"%H:%M:%S") + + printf "$ts $1\n" | tee -a $LOG +} + function init { rm -f $LOG