Parallellizing, joining and error checking bash commands?

前端 未结 0 554
你的背包
你的背包 2020-12-11 04:50

Consider the following shell script:

#!/bin/bash

set -e

foo
bar
baz

fini

This will execute the subcommands foo, bar

相关标签:
回答
  • 消灭零回复
提交回复
热议问题