You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- #!/usr/bin/env bash
- # AUTHOR: shaggy
- # FILE: podcastsdl
- # ROLE: TODO (some explanation)
- # CREATED: 2015-03-11 09:32:56
- # MODIFIED: 2015-03-17 14:10:07
-
-
-
- cd /riddlebox/Music/Podcasts
- gawk '{ print $1 }' /home/shaggy/.newsbeuter/queue > /home/shaggy/.newsbeuter/urls-down
- wget -nv -i /home/shaggy/.newsbeuter/urls-down
- cat /home/shaggy/.newsbeuter/blankfile > /home/shaggy/.newsbeuter/queue
|