File: comment_4_f040e31b763fc9a7aa092442b4d6b8e8._comment

package info (click to toggle)
git-annex 5.20141125%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 37,832 kB
  • sloc: haskell: 42,603; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (20 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
"""]]