我正在使用 BOSH 1.3232.0,并且我想在 sh 脚本中使用 bosh 命令。下面是我的脚本文件。但是当我执行它时,我得到 command not found 错误。
#!/bin/bash
echo "Hello World...!"
bosh target
输出
Hello World...!
test.sh: 3: bosh target: not found
我正在使用 BOSH 1.3232.0,并且我想在 sh 脚本中使用 bosh 命令。下面是我的脚本文件。但是当我执行它时,我得到 command not found 错误。
#!/bin/bash
echo "Hello World...!"
bosh target
Hello World...!
test.sh: 3: bosh target: not found