summaryrefslogtreecommitdiff
path: root/scripts/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bugs')
-rwxr-xr-xscripts/bugs4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/bugs b/scripts/bugs
new file mode 100755
index 0000000..4f3c064
--- /dev/null
+++ b/scripts/bugs
@@ -0,0 +1,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'"