run-array
来自「android-w.song.android.widget」· 代码 · 共 7 行
TXT
7 行
echo "warning: all of these tests will fail if arrays have not" >&2echo "warning: been compiled into the shell" >&2echo "warning: the BASH_ARGC and BASH_ARGV tests will fail if debugging support" >&2echo "warning: has not been compiled into the shell" >&2${THIS_SH} ./array.tests > /tmp/xx 2>&1diff /tmp/xx array.right && rm -f /tmp/xx
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?