run-builtins
来自「android-w.song.android.widget」· 代码 · 共 7 行
TXT
7 行
echo "warning: some of these tests may fail if process substitution has not" >&2echo "warning: been compiled into the shell or if the OS does not provide" >&2echo "warning: /dev/fd." >&2${THIS_SH} ./builtins.tests > /tmp/xx 2>&1diff /tmp/xx builtins.right && rm -f /tmp/xx
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?