M7350/oe-core/scripts/oe-git-proxy-command

10 lines
141 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
#! /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 )