5 lines
50 B
Bash
5 lines
50 B
Bash
|
rwx_mypy() {
|
||
|
local path="${1}"
|
||
|
mypy "${path}"
|
||
|
}
|