commit 6a504791816a9af51cb1ea72f0b7f2cb2b175f3f Author: Colton Deaton Date: Wed Jun 17 10:58:20 2026 -0500 Initial commit. diff --git a/kitchensync-qa.sh b/kitchensync-qa.sh new file mode 100755 index 0000000..54194c6 --- /dev/null +++ b/kitchensync-qa.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +LOG_FILE=/home/cdeaton/KitchenSync-QA/log.txt +BUN=/home/cdeaton/.bun/bin/bun + +exec > >(while read -r line; do printf '%s %s\n' "$(date --rfc-3339=seconds)" "$line" | tee -a $LOG_FILE; done) +exec 2> >(while read -r line; do printf '%s %s\n' "$(date --rfc-3339=seconds)" "$line" | tee -a $LOG_FILE; done >&2) + +fuser -k -n tcp 5173 +cd /home/cdeaton/KitchenSync-QA/kitchensync-rewrite +git pull && $BUN install && $BUN --bun run dev -- --host