run.sh
来自「linux subdivision ying gai ke yi le ba」· Shell 代码 · 共 22 行
SH
22 行
#!/bin/shrm -f debug.logrm -f child.log# enable an safety-checking malloc in glibc which will abort() if# heap corruption is detected.MALLOC_CHECK_=2export MALLOC_CHECK_for f in $*; do if ${HARNESS} ./$f ${SRCDIR}; then : else echo FAILURE [ -z "$CARRYON" ] && exit 1 fidoneexit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?