poky/scripts/oe-git-proxy-command
Richard Purdie 2c2e61743c Rename the remaining poky-* scripts to oe-* or runqemu-*
(From OE-Core rev: 877b3d84597fcfc3abf5aa332019d412f2717896)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21 00:29:31 +01:00

10 lines
141 B
Bash

#! /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 )