DEBSOURCES
Skip Quicknav
sources / cryfs / 1.0.1-1 / debian / tests / optiontest
123456789
#!/bin/sh set -e cryfs --help 2>&1 | grep -q Usage cryfs --show-ciphers 2>&1 | grep -q aes-256-gcm cryfs --version 2>&1 | grep -q Version