no more lxc-enter-namespace - use ssh
[tests.git] / system / template-qemu / qemu-ifdown
1 #!/bin/bash
2
3 # Thierry Parmentelat <thierry.parmentelat@inria.fr>
4 # Copyright (C) 2010 INRIA 
5 #
6 # since qemu seems to be looking for this script..
7 # do nothing as there might be several qemu instances on the same box
8
9 COMMAND=$(basename $0)
10 cd $(dirname $0)
11 echo "Dummy $COMMAND"