exec_skyeye_dbct.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_dbct.conftest -e vmlinux && "$SKYEYE" -e vmlinux -c skyeye_dbct.conftest -e vmlinux.large && "$SKYEYE" -e vmlinux.large -c skyeye_dbct.conf test -e vmlinux-8-332 && "$SKYEYE" -e vmlinux-8-332 -c skyeye_dbct.conf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?