From 6a504791816a9af51cb1ea72f0b7f2cb2b175f3f Mon Sep 17 00:00:00 2001 From: Colton Deaton Date: Wed, 17 Jun 2026 10:58:20 -0500 Subject: [PATCH] Initial commit. --- kitchensync-qa.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 kitchensync-qa.sh 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