From 90c33132ef723fec5f1ee29e740501df8606c5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 3 Dec 2020 15:50:55 +0100 Subject: pc: Add short description of script --- pc | 2 ++ 1 file changed, 2 insertions(+) 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 '//,$p' | sed -e '/^$/d' -e 's/^[ ]*//' | -- cgit v1.2.3