mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
5 lines
142 B
Bash
Executable File
5 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ~/reddit/r2
|
|
/usr/local/bin/saferun /tmp/share.pid /usr/local/bin/paster run run.ini r2/lib/emailer.py -c "send_queued_mail()"
|