diff options
Diffstat (limited to '')
-rwxr-xr-x | libexec/recit-here | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/recit-here b/libexec/recit-here new file mode 100755 index 0000000..8b661fa --- /dev/null +++ b/libexec/recit-here @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +# Usage: recit here +# Summary: Show all entries associated with the current directory + +recit-entries -c "$PWD"
\ No newline at end of file |