From dc500844c448deb46aa8613faa3d295a0061965c Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Mon, 6 Nov 2023 22:15:23 -0500 Subject: config drifted. --- bin/yubikey_detect_touch.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bin/yubikey_detect_touch.sh (limited to 'bin/yubikey_detect_touch.sh') diff --git a/bin/yubikey_detect_touch.sh b/bin/yubikey_detect_touch.sh new file mode 100755 index 0000000..ce4893e --- /dev/null +++ b/bin/yubikey_detect_touch.sh @@ -0,0 +1,10 @@ +#!/bin/sh +set -e + +if ! pgrep yubikey-touch-detector; then + yubikey-touch-detector & +fi + +if ! pgrep yubikey-push-the-button; then + yubikey-push-the-button & +fi -- cgit 1.4.1