aboutsummaryrefslogtreecommitdiff
path: root/incoming/post-local/.99-tba-ls
blob: bd181f8fe88f8ebbf80a215d67ef841815ec9f9e (plain)
1
2
3
4
5
6
7
8
9
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,^./,  ,'