From e670ce9871511a0c3c352fc3797eacf7de2adaf5 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Sun, 5 Jun 2022 02:55:22 +0200 Subject: [PATCH] Add links. --- powershell/BankIDTokenFileWatcher.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/powershell/BankIDTokenFileWatcher.ps1 b/powershell/BankIDTokenFileWatcher.ps1 index 2eea80c..d20712c 100644 --- a/powershell/BankIDTokenFileWatcher.ps1 +++ b/powershell/BankIDTokenFileWatcher.ps1 @@ -5,8 +5,9 @@ # # Run this script on logon together with BankID. This script is intended to be # used with an SSH server installed on the host so that a client can write this -# token to disk. -# +# token to disk. You probably want to combine this script with the following: +# - https://gitlab.com/dabruh/dotfiles/-/blob/master/.local/share/applications/bankid.desktop +# - https://gitlab.com/dabruh/dotfiles/-/blob/master/.local/bin/send-bankid-token $Token = $null $LastToken = $null