witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/tools/dump_emails.sh

4 lines
106 B
Bash
Executable File

#!/bin/sh
echo "select distinct email_address from luminotes_user_current;" | psql -U luminotes -A -t -q