为什么会这样timeout 10s echo "foo bar" # foo bar 但这不会function echoFooBar { echo "foo bar" } echoFooBar # foo bar timeout 10s echoFooBar # timeout: ...
確定! 回上一頁