Add --run-and-exit flag to qrunweb and screenshot helper script

This commit is contained in:
Ian Gulliver
2026-02-18 23:27:27 -07:00
parent 728fff185a
commit 79509607ca
2 changed files with 35 additions and 2 deletions

2
screenshot.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
exec go run ./cmd/qrunweb/ "--run-and-exit=shot-scraper http://localhost:8080/ -o /tmp/timeline.png --width 1000 --height ${1:-1200}"