summaryrefslogtreecommitdiff
path: root/scripts/bugs
blob: 824e67a7675966f96c33e620b960100007563e5a (plain)
1
2
3
#!/bin/bash
# List all bugs from the production database
sqlite3 -column -header /site/doot.terst.org/data/dashboard.db 'SELECT id, description, created_at FROM bugs ORDER BY id'