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'