mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
10 lines
458 B
Bash
10 lines
458 B
Bash
![]() |
#!/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 &
|