3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
python3 $(dirname $0)/impl/testvm.py --arch=aarch64 "$@"
|