aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/oe-git-proxy-command
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-git-proxy-command')
-rwxr-xr-xscripts/oe-git-proxy-command10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/oe-git-proxy-command b/scripts/oe-git-proxy-command
new file mode 100755
index 0000000000..d31f85abd8
--- /dev/null
+++ b/scripts/oe-git-proxy-command
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+(echo "CONNECT $1:$2 HTTP/1.0";
+ echo;
+ cat ) | nc $GIT_PROXY_HOST $GIT_PROXY_PORT |
+
+(read a;
+ read a;
+ read a;
+ cat ) \ No newline at end of file