Added a comment
This commit is contained in:
parent
c9e3c59aec
commit
7d8c0bd16e
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="clacke"
|
||||
subject="comment 8"
|
||||
date="2015-04-22T13:16:01Z"
|
||||
content="""
|
||||
This is a bit more readable, even avoids the commas and casing of the original line I was using:
|
||||
|
||||
[[!format sh \"\"\"
|
||||
$ find . -name .git -prune -o -print0 | grep -izZ -f <(printf '\.%s\n' jp{,e}g avi mov 3gp mp4 tif pdf doc pps bmp png mp{,e}g wav nef thm key.gz ogg ppt gif m4a) - | xargs -0 git annex add
|
||||
\"\"\"]]
|
||||
|
||||
(`ggrep` necessary on OSX)
|
||||
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue