This commit is contained in:
http://mylesenglish.myopenid.com/ 2013-09-16 19:20:34 +00:00 committed by admin
parent 14ea6a3ffa
commit eb62b5a0e5

View file

@ -1,13 +0,0 @@
[[!comment format=mdwn
username="http://mylesenglish.myopenid.com/"
ip="217.39.94.195"
subject="comment 2"
date="2013-09-16T14:53:11Z"
content="""
This function behaves more like ls and shows the files that are present:
ga-ls () {
CWD=`pwd`;
cd ${1:-.} && git annex find | cut -d / -f 1 | uniq;
cd ${CWD}}
"""]]