我正在制作一个shell脚本,我想用sed替换这些代码行的目标变量。
'/configuring/*': {
// use this if you're running service
// target: 'cow',
// use this if you're running service
// target: 'pig',
// use this if you're running service
// target: 'crab',
// use this if you want to point at
target: 'Moose',
changeAnimal: true
},