−useless

This commit is contained in:
Marc Beninca 2025-07-06 23:17:32 +02:00
parent 4a2a24a1b6
commit a40f086d10
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -39,19 +39,6 @@ rwx_self_commands() {
sed "s|^${RWX_SELF_COMMAND}||"
}
# ╭──────┬───────────╮
# │ self │ functions │
# ╰──────┴───────────╯
# get functions from root
rwx_self_functions() {
grep \
--directories "recurse" \
--no-filename \
"()" "${RWX_ROOT_SYSTEM}" |
cut --delimiter "(" --fields 1
}
# ╭──────┬──────╮
# │ self │ help │
# ╰──────┴──────╯