summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://mylesenglish.myopenid.com/ <http://mylesenglish.myopenid.com/@web>2013-09-16 14:53:11 +0000
committerGravatar admin <admin@branchable.com>2013-09-16 14:53:11 +0000
commit8c691b40cfca57cdaab2d56b423371d9e858c406 (patch)
tree8ec51910fe851d6a65f1f47d8053a46ac2c58ade
parent6e66e41d57b181105716d80cb4b6173d976e35b3 (diff)
Added a comment
-rw-r--r--doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment b/doc/forum/ui/comment_2_3290ef54c74690d6f99748130a090106._comment
new file mode 100644
index 000000000..22d61e4f1
--- /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}}
+"""]]