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

📄 interrupt.tests

📁 bash debugger. You can use this tool to debug bash shell script
💻 TESTS
字号:
#!../../bash#$Id: interrupt.tests,v 1.1 2006/10/03 08:54:46 rockyb Exp $if test -z $srcdir  ; then  srcdir=`pwd`fiif test -z "$builddir"  ; then  builddir=`pwd`fiCHECK_FILE=interrupt.check$BASH ${builddir}/interrupt.sh > $CHECK_FILE & sleep 1; kill -TERM %1while [[ ! -s $CHECK_FILE ]] ; do  sleep 1done#;;; Local Variables: ***#;;; mode:shell-script ***#;;; eval: (sh-set-shell "bash") ***#;;; End: ***

⌨️ 快捷键说明

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