rwx/sh/self.sh

17 lines
291 B
Bash
Raw Permalink Normal View History

2024-11-29 23:10:16 +00:00
# get functions from file
rwx_self_functions() {
grep \
--directories "recurse" \
--no-filename \
"()" "${RWX_ROOT_SYSTEM}" |
cut --delimiter "(" --fields 1
}
2024-11-29 21:54:00 +00:00
# output help message
rwx_self_help() {
rwx_log \
"rwx_… = functions" \
" a__… = aliases" \
" u__… = user"
}