summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://mylesenglish.myopenid.com/ <http://mylesenglish.myopenid.com/@web>2013-09-16 14:50:39 +0000
committerGravatar admin <admin@branchable.com>2013-09-16 14:50:39 +0000
commit84b583826eb886122665893ef733d795dd7cfc52 (patch)
tree3efd1c6fdd6ba0f72b470c8daefd99b0862f3bf9 /doc
parentaa2c1ad2019b22a77147f965964411dbdefd7fe3 (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment b/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment
new file mode 100644
index 000000000..ff2542d92
--- /dev/null
+++ b/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment
@@ -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}
+}
+
+"""]]