aboutsummaryrefslogtreecommitdiff
path: root/utility/fetch_feed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utility/fetch_feed.sh')
-rwxr-xr-xutility/fetch_feed.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/utility/fetch_feed.sh b/utility/fetch_feed.sh
new file mode 100755
index 0000000..45dbc6c
--- /dev/null
+++ b/utility/fetch_feed.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+curl $1 | sed -e 's~^\([\*]\)\{3\}~\t\t\*~g' -e 's~^\([\*]\)\{2\}~\t\*~g'