From c332cf11dc0266f31eeae067ace5a9bda18122c6 Mon Sep 17 00:00:00 2001 From: Super User Date: Mon, 23 Mar 2026 19:09:37 +0800 Subject: flatten setup directory structure --- git/tools/git-ssh-wrapper.sh | 2 ++ git/tools/usefulbutnotthatusefulidkwhattodo | 0 2 files changed, 2 insertions(+) create mode 100755 git/tools/git-ssh-wrapper.sh create mode 100644 git/tools/usefulbutnotthatusefulidkwhattodo (limited to 'git/tools') diff --git a/git/tools/git-ssh-wrapper.sh b/git/tools/git-ssh-wrapper.sh new file mode 100755 index 0000000..dc23334 --- /dev/null +++ b/git/tools/git-ssh-wrapper.sh @@ -0,0 +1,2 @@ +#!/bin/bash +ssh -v -A -o ForwardAgent=yes "$@" diff --git a/git/tools/usefulbutnotthatusefulidkwhattodo b/git/tools/usefulbutnotthatusefulidkwhattodo new file mode 100644 index 0000000..e69de29 -- cgit