bun remote:logs

This commit is contained in:
Chris Wanstrath 2026-02-12 16:33:44 -08:00
parent cb822bfddc
commit 14d758ef42

9
scripts/remote-logs.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
ROOT_DIR="$SCRIPT_DIR/.."
source "$ROOT_DIR/scripts/config.sh"
ssh "$HOST" "journalctl -u toes -n 100"