summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar arand <arand@web>2013-09-01 18:06:52 +0000
committerGravatar admin <admin@branchable.com>2013-09-01 18:06:52 +0000
commit1f819dcb258114ede39341cf2c760abce31a0995 (patch)
tree052daaa384ae5d6b1d0048293fd16e4b4f0ba15f
parent8e6363622e2a50d058102846eae160b9f8c20f4e (diff)
Added a comment
-rw-r--r--doc/forum/howto_update_feed/comment_4_f040e31b763fc9a7aa092442b4d6b8e8._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/howto_update_feed/comment_4_f040e31b763fc9a7aa092442b4d6b8e8._comment b/doc/forum/howto_update_feed/comment_4_f040e31b763fc9a7aa092442b4d6b8e8._comment
new file mode 100644
index 000000000..f7a35d1b6
--- /dev/null
+++ b/doc/forum/howto_update_feed/comment_4_f040e31b763fc9a7aa092442b4d6b8e8._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="arand"
+ ip="130.243.226.21"
+ subject="comment 4"
+ date="2013-09-01T18:06:51Z"
+ content="""
+Yet another solution, keeping it all in one script
+
+ #!/bin/sh
+
+ while IFS= read line
+ do
+ test -n \"${line%%#*}\" && echo git annex importfeed --relaxed \"$line\"
+ done <<EOF
+ # FooCast - Alice & Bob
+ http://feeds.foo.com/foocast
+ # FrobCast
+ http://meep.moop.com/feed
+ EOF
+"""]]