summaryrefslogtreecommitdiff
path: root/pl
blob: 8b83551a8193263392950d07c5032400944d4f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/sh

# pl -- podcast list

bw=https://feeds.buzzsprout.com/424075.rss
hhh=https://heretichappyhour.podbean.com/feed.xml
ld=https://podcast.stream.schibsted.media/ab/1247
mm=http://www.myterochmysterier.se/feed/myterochmysterier/
pvk=https://paulvanderklay.podbean.com/feed.xml
shearer=http://feeds.soundcloud.com/users/soundcloud:users:25261528/sounds.rss
storm=https://rss.acast.com/stormensutveckling
ts=https://rss.art19.com/thinkspot-presents
unb=https://unbelievable.podbean.com/feed.xml

# Write all
if test "$1" = -a
then eval echo $(grep '^[a-z]*=' "$0" | sed 's/=.*//; s/^/$/') | tr ' ' '
'; exit
fi

# Optional interactive selection
if test -z "$1"
then eval echo $(grep '^[a-z]*=' "$0" | ep | sed 's/=.*//; s/^/$/') | tr ' ' '
'
else eval echo \$$1
fi