Commit: f39d5fb68b7b3878e8801f86424b19d81ffb9eaa Parent: 5252f8ca1e3859e72077ac246026c06558cc0afa Author: Randy Palamar Date: Tue, 20 Jul 2021 10:08:46 -0600 mv rssup script to bin Diffstat:
M | .config/cron/crontab | | | 2 | +- |
R | .config/cron/rssup.sh -> bin/rssup | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/cron/crontab b/.config/cron/crontab @@ -1,2 +1,2 @@ # Update RSS -0 */5 * * * ~/.config/cron/rssup.sh blogs soft videos 2>&1 >/dev/null +0 */5 * * * ~/bin/rssup blogs soft videos 2>&1 >/dev/null diff --git a/.config/cron/rssup.sh b/bin/rssup