diff options
author | http://mylesenglish.myopenid.com/ <http://mylesenglish.myopenid.com/@web> | 2013-09-16 14:52:00 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-16 14:52:00 +0000 |
commit | 6e66e41d57b181105716d80cb4b6173d976e35b3 (patch) | |
tree | 70af9483c4d9c94e0e4ad6fadb1e638a81d48d7e | |
parent | 84b583826eb886122665893ef733d795dd7cfc52 (diff) |
removed
-rw-r--r-- | doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment b/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment deleted file mode 100644 index ff2542d92..000000000 --- a/doc/forum/ui/comment_2_94f5baddd889d6cdaea0eee606577b58._comment +++ /dev/null @@ -1,15 +0,0 @@ -[[!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} -} - -"""]] |