aboutsummaryrefslogtreecommitdiff
path: root/incoming/post-local
diff options
context:
space:
mode:
Diffstat (limited to 'incoming/post-local')
-rwxr-xr-xincoming/post-local/.99-tba-ls10
1 files changed, 10 insertions, 0 deletions
diff --git a/incoming/post-local/.99-tba-ls b/incoming/post-local/.99-tba-ls
new file mode 100755
index 0000000..bd181f8
--- /dev/null
+++ b/incoming/post-local/.99-tba-ls
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+echo "Ye find yeself in yon $(pwd)."
+echo
+echo "Ye see:"
+find -L . -maxdepth 1 \! -iname '.*' -type f | sed 's,^./, ,'
+echo
+echo "Obvious exits are:"
+echo " .."
+find -L . -maxdepth 1 \! -iname '.*' -type d | sed 's,^./, ,'