Bash script syntax error “do”?

后端 未结 0 369
甜味超标
甜味超标 2020-12-22 14:35
#!/bin/sh
for repo in repoA, repoB, repoC;
do
    echo Cloning $repo.
done

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

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