mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
Rename the remaining poky-* scripts to oe-* or runqemu-*
(From OE-Core rev: 877b3d84597fcfc3abf5aa332019d412f2717896) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
10
scripts/oe-git-proxy-command
Normal file
10
scripts/oe-git-proxy-command
Normal file
@@ -0,0 +1,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 )
|
||||
Reference in New Issue
Block a user