This commit is contained in:
http://mylesenglish.myopenid.com/ 2013-09-16 14:52:00 +00:00 committed by admin
parent d157868a31
commit ec058ca516

View file

@ -1,15 +0,0 @@
[[!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}
}
"""]]