mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 14:27:58 -05:00
5 lines
109 B
Bash
Executable File
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()"
|