witten
/
luminotes
Archived
1
0
Fork 0

Handy-dandy one-liner for dumping all current user email addresses to stdout, one per line.

This commit is contained in:
Dan Helfman 2007-10-11 20:27:14 +00:00
parent 322134cba6
commit 92935745fc
1 changed files with 3 additions and 0 deletions

3
tools/dump_emails.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
echo "select distinct email_address from luminotes_user_current;" | psql -U luminotes -A -t -q