From 2c2e61743c8d6620a04aa5cb534af78f51b2845e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 23:24:51 +0100 Subject: Rename the remaining poky-* scripts to oe-* or runqemu-* (From OE-Core rev: 877b3d84597fcfc3abf5aa332019d412f2717896) Signed-off-by: Richard Purdie --- scripts/oe-git-proxy-command | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/oe-git-proxy-command (limited to 'scripts/oe-git-proxy-command') diff --git a/scripts/oe-git-proxy-command b/scripts/oe-git-proxy-command new file mode 100644 index 0000000000..d31f85abd8 --- /dev/null +++ b/scripts/oe-git-proxy-command @@ -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 ) \ No newline at end of file -- cgit v1.2.3-54-g00ecf