summaryrefslogtreecommitdiffstats
path: root/scripts/oe-git-proxy-command
blob: d31f85abd829a295f6dd8606c4b37e1997cebccd (plain)
1
2
3
4
5
6
7
8
9
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 )