scripts: Add git proxy script

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4193 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-04-08 11:31:08 +00:00
parent be963bf7db
commit a546b63011
1 changed files with 10 additions and 0 deletions

10
scripts/poky-git-proxy-command Executable file
View File

@ -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 )