Added a comment

This commit is contained in:
arand 2013-09-01 18:06:52 +00:00 committed by admin
parent 6f0b67efe5
commit df5f84b08a

View file

@ -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
"""]]