summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/show/files/node.tag/node.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show/files/node.tag/node.def b/templates/show/files/node.tag/node.def
index 17dcae9..1734b2b 100644
--- a/templates/show/files/node.tag/node.def
+++ b/templates/show/files/node.tag/node.def
@@ -1,2 +1,3 @@
help: Show files in the specified directory
-run: ls -lh $3
+allowed: echo -n *
+run: ls -lh "$3"