diff --git a/sh/test.sh b/sh/test.sh index b18a696..7e9a8b7 100644 --- a/sh/test.sh +++ b/sh/test.sh @@ -1,5 +1,6 @@ -# test -# module +# ╭──────╮ +# │ test │ +# ╰──────╯ # * code # * doc @@ -7,6 +8,22 @@ # │ test │ code │ # ╰──────┴──────╯ +rwx_test_code() { + local items + set \ + "constants" \ + "variables" \ + "functions" \ + "aliases_functions" \ + "aliases" \ + + rwx_code + for items in "${@}"; do + echo + "rwx_code_${items}" + done +} + # ╭──────┬─────╮ # │ test │ doc │ # ╰──────┴─────╯