6 lines
108 B
Bash
6 lines
108 B
Bash
_rwx_cmd_cs() { rwx_crypt_setup "${@}"; }
|
|
|
|
rwx_crypt_setup() {
|
|
local action="${1}"
|
|
echo "cs: ${action}"
|
|
}
|