summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-03 15:50:55 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-03 15:50:55 +0100
commit90c33132ef723fec5f1ee29e740501df8606c5b6 (patch)
tree9eee03a8ed9cf57b99739e6ec51c0d4454f158be
parent091b91811202902dce64666c29fdc2a77bc2c7d9 (diff)
downloadpc-90c33132ef723fec5f1ee29e740501df8606c5b6.tar.gz
pc: Add short description of script
-rwxr-xr-xpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/pc b/pc
index e5b28f6..9d0c4dd 100755
--- a/pc
+++ b/pc
@@ -1,5 +1,7 @@
#!/bin/sh
+# pc -- get podcast episode information
+
curl -Ls "$@" |
sed -n '/<item>/,$p' |
sed -e '/^$/d' -e 's/^[ ]*//' |