rwx/sh/cryptsetup.sh
2024-12-01 21:13:45 +01:00

6 lines
108 B
Bash

_rwx_cmd_cs() { rwx_crypt_setup "${@}"; }
rwx_crypt_setup() {
local action="${1}"
echo "cs: ${action}"
}