diff options
author | Mohit Mehta <mohit@vyatta.com> | 2008-03-10 12:58:15 -0700 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2008-03-10 12:58:15 -0700 |
commit | d43ed8b7307b6dc91f7c35c08694dd59474cc5ad (patch) | |
tree | 5132853c4eb9501f57d24a57c2b19040163ee1b4 | |
parent | 97eb8fb353ec70109ea96ca1730a886761b5bc9f (diff) | |
download | vyatta-op-d43ed8b7307b6dc91f7c35c08694dd59474cc5ad.tar.gz vyatta-op-d43ed8b7307b6dc91f7c35c08694dd59474cc5ad.zip |
Fix Bug 2707 Missing from Glendale
- show files <directory> functionality added
-rw-r--r-- | templates/show/files/node.def | 1 | ||||
-rw-r--r-- | templates/show/files/node.tag/node.def | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/templates/show/files/node.def b/templates/show/files/node.def new file mode 100644 index 0000000..7f9efd0 --- /dev/null +++ b/templates/show/files/node.def @@ -0,0 +1 @@ +help: Show file information diff --git a/templates/show/files/node.tag/node.def b/templates/show/files/node.tag/node.def new file mode 100644 index 0000000..2aea5ab --- /dev/null +++ b/templates/show/files/node.tag/node.def @@ -0,0 +1,2 @@ +help: Show files in directory +run: ls -lh $3 |