Files
qrun/screenshot.sh
2026-02-19 20:55:28 -07:00

3 lines
154 B
Bash
Executable File

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