From 6fc22bc0c61cbb7f0b178568dcf5bf0b4d25bfef Mon Sep 17 00:00:00 2001 From: "http://mylesenglish.myopenid.com/" Date: Mon, 16 Sep 2013 14:53:11 +0000 Subject: [PATCH] Added a comment --- ...ment_2_3290ef54c74690d6f99748130a090106._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment diff --git a/doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment b/doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment new file mode 100644 index 0000000000..22d61e4f1b --- /dev/null +++ b/doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment @@ -0,0 +1,13 @@ +[[!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}} +"""]]