mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4193 311d38ba-8fff-0310-9ca6-ca027cbcb966
141 B
Executable File
141 B
Executable File
#! /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 )