| offline.sh - dotfiles - These are my dotfiles. There are many like it, but thes… | |
| git clone git://jay.scot/dotfiles | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| offline.sh (300B) | |
| --- | |
| 1 #!/bin/sh | |
| 2 | |
| 3 # podcasts | |
| 4 printf "\n> Podcasts\n\n" | |
| 5 castget -p | |
| 6 | |
| 7 # rss feeds (http/gemini) download | |
| 8 printf "\n> RSS Feeds\n\n" | |
| 9 newsboat -x reload | |
| 10 newsboat -x print-unread | |
| 11 | |
| 12 # usenets | |
| 13 printf "\n> Usenet\n\n" | |
| 14 slrnpull -d ~/.config/slrn/ | |
| 15 | |
| 16 # mail | |
| 17 printf "\n> Mail\n\n" | |
| 18 mbsync -q -a -c ~/.config/isync/mbsyncrc |