Files
reddit/scripts/update_promos.sh
Jeremy Edberg 253c4730f9 * Add services and scripts to public repos for ease of reddit installation
* bring discount up to date
 * fix consistency errors in the self-serve traffic page
2010-05-18 16:43:06 -07:00

5 lines
109 B
Bash
Executable File

#!/bin/bash
cd ~/reddit/r2
/usr/local/bin/paster run run.ini -c "from r2.lib import promote; promote.Run()"