run-execscript
来自「android-w.song.android.widget」· 代码 · 共 10 行
TXT
10 行
echo "warning: the text of a system error message may vary between systems and" >&2echo "warning: produce diff output." >&2echo "warning: if the text of the error messages concerning \`notthere' or" >&2echo "warning: \`/tmp/bash-notthere' not being found or \`/' being a directory" >&2echo "warning: produce diff output, please do not consider this a test failure" >&2echo "warning: if diff output differing only in the location of the bash" >&2echo "warning: binary appears, please do not consider this a test failure" >&2${THIS_SH} ./execscript > /tmp/xx 2>&1diff /tmp/xx exec.right && rm -f /tmp/xx
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?