cs
This commit is contained in:
parent
1e1954ce9b
commit
bf10fd4a05
2 changed files with 7 additions and 1 deletions
6
sh/cryptsetup.sh
Normal file
6
sh/cryptsetup.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
_rwx_cmd_cs() { rwx_crypt_setup "${@}"; }
|
||||
|
||||
rwx_crypt_setup() {
|
||||
local action="${1}"
|
||||
echo "cs: ${action}"
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
RWX_MAIN_NAME="main.sh"
|
||||
RWX_SELF_NAME="rwx"
|
||||
|
||||
RWX_PREFIX_COMMAND="${RWX_SELF_NAME}_cmd_"
|
||||
RWX_PREFIX_COMMAND="_${RWX_SELF_NAME}_cmd_"
|
||||
|
||||
# ╭───────────╮
|
||||
# │ variables │
|
||||
|
|
Loading…
Reference in a new issue