Bash script syntax error “do”?

后端 未结 0 399
臣服心动
臣服心动 2020-12-22 14:29
#!/bin/sh
for repo in repoA, repoB, repoC;
do
    echo Cloning $repo.
done

When I execute this (sh myscript.sh) I get the following:

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