lint/fill,text
This commit is contained in:
parent
2a6bfab4f9
commit
bb8bedae27
1 changed files with 3 additions and 2 deletions
|
@ -63,9 +63,10 @@ rwx_cache() {
|
|||
local root="${1}"
|
||||
local module="${2}"
|
||||
local name="${module%.sh}"
|
||||
local fill="$(rwx_fill "${#name}" ─)"
|
||||
local path="${root}/${module}"
|
||||
local text="$(cat "${path}")"
|
||||
local fill text
|
||||
fill="$(rwx_fill "${#name}" ─)"
|
||||
text="$(cat "${path}")"
|
||||
case "${text}" in
|
||||
"#!"*)
|
||||
RWX_CODE="${text}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue