commit f6f84b9416ae657e9230154d7df07c00fa24d851 parent d40686fdaaa8194ec39a8d7bea89cc241f8e3143 Author: Devan Carpenter <devan@taler.net> Date: Tue, 13 Feb 2024 15:04:52 -0500 add script to view sandcastle logs Diffstat:
| A | sandcastle-logs | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/sandcastle-logs b/sandcastle-logs @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -exou + +exec podman exec -it taler-sandcastle journalctl -f