mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 12:35:26 +00:00
3 lines
78 B
Text
3 lines
78 B
Text
|
#!/usr/bin/env bash
|
||
|
python3 $(dirname $0)/testvm/testvm.py --arch=x86_64 "$@"
|