scripts/mastosearch

4 lines
102 B
Text
Raw Normal View History

#!/usr/bin/bash
sudo -u mastodon PAGER=less psql -c "select * from statuses where text ilike '%$@%'"