run-cond

来自「android-w.song.android.widget」· 代码 · 共 8 行

TXT
8
字号
echo "warning: all of these tests will fail if the conditional command has not" >&2echo "warning: been compiled into the shell" >&2echo "warning: some of these tests will fail if extended pattern matching has not" >&2echo "warning: been compiled into the shell" >&2${THIS_SH} ./cond.tests > /tmp/xx 2>&1diff /tmp/xx cond.right && rm -f /tmp/xx

⌨️ 快捷键说明

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