# -*-shell-script-*- failed_cleanup() { # FIXME: can we be more verbose here? echo 'FAILED!' read -p "press enter to cleanup and remove tmp:" cleanup } get_gpg_prng_arg() { if (gpg --quick-random --version >/dev/null 2>&1) ; then echo quick-random elif (gpg --debug-quick-random --version >/dev/null 2>&1) ; then echo debug-quick-random fi } cleanup() { echo "### removing temp dir..." rm -rf "$TEMPDIR" if [ "$SSHD_PID" ] ; then echo "### killing off lingering sshd..." kill "$SSHD_PID" fi wait } />
summaryrefslogtreecommitdiff
path: root/tags/5c/da/20180820130001.B7E0A1CD404@lxp5.free-owl.de/unread
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/5c/da/20180820130001.B7E0A1CD404@lxp5.free-owl.de/unread
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
Diffstat (limited to 'tags/5c/da/20180820130001.B7E0A1CD404@lxp5.free-owl.de/unread')
-rw-r--r--tags/5c/da/20180820130001.B7E0A1CD404@lxp5.free-owl.de/unread0
1 files changed, 0 insertions, 0 deletions