6 lines
108 B
1
_rwx_cmd_cs() { rwx_crypt_setup "${@}"; }
2
3
rwx_crypt_setup() {
4
local action="${1}"
5
echo "cs: ${action}"
6
}
7