mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
3 lines
79 B
Text
3 lines
79 B
Text
|
#!/usr/bin/env bash
|
||
|
python3 $(dirname $0)/testvm/testvm.py --arch=aarch64 "$@"
|