summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://mylesenglish.myopenid.com/ <http://mylesenglish.myopenid.com/@web>2013-09-16 19:21:31 +0000
committerGravatar admin <admin@branchable.com>2013-09-16 19:21:31 +0000
commita3f000c8fa36a890191967ac7e7133e502f576a4 (patch)
treef51d851c0cd304953441a707ee1f1b73a6ee0fef /doc
parentcb358e5e0a856f78894f259f421cd1b648f5389a (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/ui/comment_2_b493ee97eb2378e72c12f3d137109580._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/ui/comment_2_b493ee97eb2378e72c12f3d137109580._comment b/doc/forum/ui/comment_2_b493ee97eb2378e72c12f3d137109580._comment
new file mode 100644
index 000000000..ee7995883
--- /dev/null
+++ b/doc/forum/ui/comment_2_b493ee97eb2378e72c12f3d137109580._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="http://mylesenglish.myopenid.com/"
+ ip="217.39.94.195"
+ subject="comment 2"
+ date="2013-09-16T19:21:31Z"
+ content="""
+This shell 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}
+ }
+
+"""]]