mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4193 311d38ba-8fff-0310-9ca6-ca027cbcb966
10 lines
141 B
Bash
Executable File
10 lines
141 B
Bash
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 ) |