diff options
Diffstat (limited to 'scripts/oe-git-proxy-socks-command')
-rw-r--r-- | scripts/oe-git-proxy-socks-command | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/oe-git-proxy-socks-command b/scripts/oe-git-proxy-socks-command new file mode 100644 index 0000000000..90fa14e1ed --- /dev/null +++ b/scripts/oe-git-proxy-socks-command | |||
@@ -0,0 +1,2 @@ | |||
1 | #! /bin/bash | ||
2 | oe-git-proxy-socks -S $GIT_PROXY_HOST:$GIT_PROXY_PORT $@ | ||