bun remote:logs
This commit is contained in:
parent
cb822bfddc
commit
14d758ef42
9
scripts/remote-logs.sh
Executable file
9
scripts/remote-logs.sh
Executable 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"
|
||||||
Loading…
Reference in New Issue
Block a user