pockethost/scripts/tail-mothership-logs.sh
2024-01-07 12:23:23 +00:00

3 lines
84 B
Bash

#!/bin/bash
sudo tail -f ~/data/pockethost-central/logs/exec.log | jq -r ".message"