mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
9 lines
458 B
Bash
Executable file
9 lines
458 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ps aux | grep refresh_feeds | egrep -v grep | awk '{print $2}' | xargs kill > /dev/null 2>&1
|
|
python /home/conesus/newsblur/manage.py refresh_feeds -s &
|
|
python /home/conesus/newsblur/manage.py refresh_feeds -s &
|
|
python /home/conesus/newsblur/manage.py refresh_feeds -s &
|
|
python /home/conesus/newsblur/manage.py refresh_feeds -s &
|
|
python /home/conesus/newsblur/manage.py refresh_feeds -s &
|
|
python /home/conesus/newsblur/manage.py refresh_feeds -s &
|