Why does ssh wait for my subshells without -t, and kill them with -t?

后端 未结 3 611
我在风中等你
我在风中等你 2021-02-04 05:12

I have a bash script start.sh which looks like this:

for thing in foo bar; do
    {
        background_processor $thing
        cleanup_on_exit $thing
    } &         


        
3条回答
提交回复
热议问题