reddit-image-wall-getter/cron.sh

12 lines
420 B
Bash
Executable File

#!/bin/bash
. /home/sfner/.profile
cd /home/sfner/.partitions/codes/downloaders/redditImageWall
cd_realpath
sync
./cron_prerun_kill.sh
sync
FORCE_COLOR=1 nice -n 9 ./redditgetter.py sync:max_workers:3 fetchpreprocess fetch:max_workers:4 hashit condensate_hashes size_by_subreddit wallpapers 2>&1
./cron_prerun_kill.sh
rsynclocaldir ~/.partitions/codes/downloaders/redditImageWall/w/safe ~/Wallpapers .png .jpg .gif
sync