exec_skyeye.sh

来自「skyeye_1_2_2_Rel.rar 最新skyeye源码」· Shell 代码 · 共 16 行

SH
16
字号
#/bin/shcd "$1"skyeye_path="$2"if test "x$OSTYPE" == "xmsys" || test "x$TERM" == "xcygwin"; then	SKYEYE="${skyeye_path}/skyeye.exe"else	SKYEYE="${skyeye_path}/skyeye"fitest -e linux && "$SKYEYE" -e linux -c skyeye.conftest -e vmlinux && "$SKYEYE" -e vmlinux -c skyeye.conftest -e vmlinux.large && "$SKYEYE" -e  vmlinux.large -c skyeye.conf test -e vmlinux-8-332 && "$SKYEYE" -e  vmlinux-8-332 -c skyeye.conf

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?