#!/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