blob: 4f3c0647162a674494dcbcae1eec47218ee6bb02 (
plain)
1
2
3
4
|
#!/bin/bash
# List all bugs from the production database
ssh titanium "sqlite3 -column -header /site/doot.terst.org/data/dashboard.db 'SELECT id, description, created_at FROM bugs ORDER BY id'"
|