PHP
·
发表于 5年以前
·
阅读量:8290
假定shell文件名为deploy.sh
,代码示例如下所述:
#!/bin/bash
if [ ! -f deploy.sh ]; then
echo 'deploy.sh must be run within its container folder' 1>&2
exit 1
fi