From 2ce3fe7cef8910aadc2a2b39a3dab4242a751380 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Jan 2015 16:22:15 +0100 Subject: Intermediate commit on my way to get this finalized. Renamed context manager 'with_environment' to 'custom_environment'. On my way to implement sshkey test. --- git/scripts/ssh_wrapper.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 git/scripts/ssh_wrapper.sh (limited to 'git/scripts/ssh_wrapper.sh') diff --git a/git/scripts/ssh_wrapper.sh b/git/scripts/ssh_wrapper.sh new file mode 100755 index 00000000..bc0ab024 --- /dev/null +++ b/git/scripts/ssh_wrapper.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +ssh -i "$GIT_SSH_KEY_FILE" $@ -- cgit v1.2.3