aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcommands/caps4
l---------public_commands/caps1
2 files changed, 5 insertions, 0 deletions
diff --git a/commands/caps b/commands/caps
new file mode 100755
index 0000000..f6a1e49
--- /dev/null
+++ b/commands/caps
@@ -0,0 +1,4 @@
+#! /bin/sh
+set -euf
+cd ../public_commands
+echo `ls`
diff --git a/public_commands/caps b/public_commands/caps
new file mode 120000
index 0000000..43c0a34
--- /dev/null
+++ b/public_commands/caps
@@ -0,0 +1 @@
+../commands/caps \ No newline at end of file