summaryrefslogtreecommitdiffstats
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, 0 insertions, 10 deletions
diff --git a/scripts/oe-git-proxy-command b/scripts/oe-git-proxy-command
deleted file mode 100755
index d31f85abd8..0000000000
--- a/scripts/oe-git-proxy-command
+++ /dev/null
@@ -1,10 +0,0 @@
1#! /bin/bash
2
3(echo "CONNECT $1:$2 HTTP/1.0";
4 echo;
5 cat ) | nc $GIT_PROXY_HOST $GIT_PROXY_PORT |
6
7(read a;
8 read a;
9 read a;
10 cat ) \ No newline at end of file