<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/kaloz/scripts/qemustart, branch master</title>
<subtitle>Staging tree of Imre Kaloz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/'/>
<updated>2018-01-31T08:54:57Z</updated>
<entry>
<title>scripts/qemustart: more portable array operation</title>
<updated>2018-01-31T08:54:57Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2017-05-11T06:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=aa66aa0c9a77c115de0efcaf6ee59650b969b90d'/>
<id>urn:sha1:aa66aa0c9a77c115de0efcaf6ee59650b969b90d</id>
<content type='text'>
The following commands output 1,2,1,1

    cmd0='a=("${a[@]}" 'a'); echo "${#a}"'
    cmd1='a+=('a'); echo "${#a}"'
    bash -c "$cmd0"; zsh -c "$cmd0"
    bash -c "$cmd1"; zsh -c "$cmd1"

The following outputs 0,1,0,0

    cmd2='f() { echo "$#"; }; f "${a[@]}"'
    cmd3="a=(); $cmd2"
    bash -c "$cmd2"; zsh -c "$cmd2"
    bash -c "$cmd3"; zsh -c "$cmd3"

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>merge: targets: update image generation and targets</title>
<updated>2017-12-08T18:41:18Z</updated>
<author>
<name>Zoltan HERPAI</name>
</author>
<published>2017-11-07T08:45:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=7b5c989ab9bcd0c1346b7b90b8433216f7b20b71'/>
<id>urn:sha1:7b5c989ab9bcd0c1346b7b90b8433216f7b20b71</id>
<content type='text'>
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;
</content>
</entry>
<entry>
<title>scripts/qemustart: initial version</title>
<updated>2017-04-23T01:19:34Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2017-04-17T09:09:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=50fcfd4b654999a1cca71d593000e3775cf2d740'/>
<id>urn:sha1:50fcfd4b654999a1cca71d593000e3775cf2d740</id>
<content type='text'>
The script can be used to quickly spin up QEMU virtual machines with lan
and wan network.  Please read the initial part of the script for
instructions about how to configure host machine

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
</feed>
