This commit is contained in:
Marc Beninca 2024-12-01 21:13:45 +01:00
parent 1e1954ce9b
commit bf10fd4a05
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 7 additions and 1 deletions

6
sh/cryptsetup.sh Normal file
View file

@ -0,0 +1,6 @@
_rwx_cmd_cs() { rwx_crypt_setup "${@}"; }
rwx_crypt_setup() {
local action="${1}"
echo "cs: ${action}"
}

View file

@ -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 │