📄 run-all
字号:
#! /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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -