run-all
来自「android-w.song.android.widget」· 代码 · 共 30 行
TXT
30 行
#! /bin/shPATH=.:$PATH # just to get recho/zecho/printenv if not run via `make tests'export PATH# unset BASH_ENV only if it is set[ "${BASH_ENV+set}" = "set" ] && unset BASH_ENV# ditto for SHELLOPTS#[ "${SHELLOPTS+set}" = "set" ] && unset SHELLOPTS: ${THIS_SH:=../bash}export THIS_SH${THIS_SH} ./versionrm -f /tmp/xxecho Any output from any test, unless otherwise noted, indicates a possible anomalyfor x in run-*do case $x in $0|run-minimal|run-gprof) ;; *.orig|*~) ;; *) echo $x ; sh $x ;; esacdoneexit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?