git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-23 13:32:37 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-23 13:32:37 +0100
commit19e7bf48322eceacb99f752f0d1630a14c7d4fe6 (patch)
tree94d16f7a54e530b0f644c037b48a3c249b74435e
parent3a6624030d1d6407982204e2769222e1bd064942 (diff)
downloaddotfiles-19e7bf48322eceacb99f752f0d1630a14c7d4fe6.tar.bz2
TGT was missing, lel. Also: passing remaining arguments now.
-rwxr-xr-xbin/ssh-with-gpg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ssh-with-gpg b/bin/ssh-with-gpg
index bd5a61f..072930a 100755
--- a/bin/ssh-with-gpg
+++ b/bin/ssh-with-gpg
@@ -17,4 +17,4 @@ if [ -z "$REMUID" ];then
exit 2
fi
-ssh -R "/run/user/$(id -u)/gnupg/S.dirmngr":"/run/user/${REMUID}/gnupg/S.dirmngr" -o "StreamLocalBindUnlink=yes"
+ssh -R "/run/user/$(id -u)/gnupg/S.dirmngr":"/run/user/${REMUID}/gnupg/S.dirmngr" -o "StreamLocalBindUnlink=yes" "$TGT" "${@:2}"