repo.or.cz
/
gentoo-zh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove ia64 keywords
[gentoo-zh.git]
/
sys-boot
/
ventoy-bin
/
files
/
ventoygui
blob
887535f72f76f55b4776d1909bfa008da7ea49b4
1
#!/bin/sh
2
3
cd
/
opt
/
ventoy ||
exit
1
4
5
if
[
"$(uname -m)"
=
"x86_64"
];
then
6
.
/
VentoyGUI.x86_64
"$@"
7
elif
[
"$(uname -m)"
=
"aarch64"
];
then
8
.
/
VentoyGUI.aarch64
"$@"
9
fi