summaryrefslogtreecommitdiffstats
path: root/sudo-ssh
diff options
context:
space:
mode:
authorFlorian Pritz <florian.pritz@rise-world.com>2019-04-08 13:19:07 +0200
committerFlorian Pritz <bluewind@xinu.at>2019-04-13 18:30:35 +0200
commit0da0ce428e49da5b5ee96b0699090fe503e8d563 (patch)
tree05ccb982e027b56a14e364eada67dca1fc72a1fc /sudo-ssh
parent44b7be6d4ca4b006d22b62151721141cb6e35936 (diff)
downloadbin-0da0ce428e49da5b5ee96b0699090fe503e8d563.tar.gz
bin-0da0ce428e49da5b5ee96b0699090fe503e8d563.tar.xz
Add various scripts
Signed-off-by: Florian Pritz <florian.pritz@rise-world.com>
Diffstat (limited to 'sudo-ssh')
-rwxr-xr-xsudo-ssh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sudo-ssh b/sudo-ssh
new file mode 100755
index 0000000..813ca95
--- /dev/null
+++ b/sudo-ssh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+exec sudo SSH_AUTH_SOCK="$SSH_AUTH_SOCK" "$@"