Added a comment
This commit is contained in:
parent
c49c44ceb1
commit
d157868a31
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://mylesenglish.myopenid.com/"
|
||||||
|
ip="217.39.94.195"
|
||||||
|
subject="comment 2"
|
||||||
|
date="2013-09-16T14:50:36Z"
|
||||||
|
content="""
|
||||||
|
This works more like ls and shows just the files that are accessible
|
||||||
|
|
||||||
|
ga-ls () {
|
||||||
|
CWD=`pwd`
|
||||||
|
cd ${1:-.} && git annex find | cut -d / -f 1 | uniq
|
||||||
|
cd ${CWD}
|
||||||
|
}
|
||||||
|
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue