diff options
Diffstat (limited to 'tests/qemu/sync.sh')
-rw-r--r-- | tests/qemu/sync.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemu/sync.sh b/tests/qemu/sync.sh new file mode 100644 index 0000000..83bd570 --- /dev/null +++ b/tests/qemu/sync.sh @@ -0,0 +1,3 @@ +#!/bin/sh +QEMU_DIR="${1-${HOME}/projects/qemu}" +cp -v "${QEMU_DIR}/python/qemu/"*.py . |