?? 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 + -