summaryrefslogtreecommitdiff
path: root/_comments.sh
blob: 3c29a1ac4aae2c04428f1ff98a0a1139b7da9a85 (plain)
1
2
3
#!/bin/sh
[[ "$1" = "-c" ]] && scp hetzner:/var/www/hatsu/hatsu.sqlite3 .
sqlite3 -box hatsu.sqlite3 'SELECT id, in_reply_to_root FROM post where in_reply_to IS NOT NULL;'