Move src files to root dir

This commit is contained in:
2013-08-15 23:15:43 +02:00
parent 6d317b997d
commit f25bb8201b
5 changed files with 0 additions and 0 deletions

14
qemu-wrapper.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
python=$1
shift
manager=$1
shift
QEMU=$1
shift
vmid=$1
shift
$QEMU $@
$python $manager cleanup $vmid