⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 check_common.in

📁 bash debugger. You can use this tool to debug bash shell script
💻 IN
字号:
# $Id: check_common.in,v 1.3 2006/09/06 04:16:33 myamato Exp $if test -z "$THIS_SH" ; then   THIS_SH=@BASH_PROG@fi# Could/short probably replace all uses of THIS_SH with BASH.BASH=$THIS_SHTOP_BUILDDIR=`pwd`/../export BASH TOP_BUILDDIRcheck_output() {  testfile="$1"  rightfile="$2"  # Bourne sh  # set -o noglob  @DIFF@ @DIFF_OPTS@ $testfile $rightfile && rm -f $testfile  return $?}#;;; Local Variables: ***#;;; mode:shell-script ***#;;; eval: (sh-set-shell "bash") ***#;;; End: ***

⌨️ 快捷键说明

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