Added a comment
This commit is contained in:
parent
533f899d6b
commit
f04fe8cf05
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog"
|
||||||
|
nickname="Michael"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2013-07-26T16:14:42Z"
|
||||||
|
content="""
|
||||||
|
How about
|
||||||
|
|
||||||
|
git annex find \"$@\" --include '*' --format='${bytesize} ${file}\n' |sort -n|sed 's/[0-9]* //'|while read file; do git annex copy \"$file\" --to=your_remote; done
|
||||||
|
|
||||||
|
"""]]
|
Loading…
Reference in a new issue