aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/tutorial/tutorial04-iget.sh
blob: b7f54860fe18b39d0a4e06c56525eec791bd0fc0 (plain)
1
2
3
4
5
#!/bin/bash
lxc exec u1srv1 -- bash -c "iget http://u3srv1/$1" &
lxc exec u1srv2 -- bash -c "iget http://u3srv1/$1" &
lxc exec u2srv1 -- bash -c "iget http://u3srv1/$1" &
wait $(jobs -p)