xref
: /
aosp_15_r20
/
external
/
crosvm
/
cuttlefish
/
crosvm_musl
(revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
bash
2
3
exec
"
$(
dirname
"$0"
)
/
$(
uname
-m)
-linux-musl/
$(
basename
"$0"
)
" "${@}"
4