autoDeploy/test.sh
zhangkun9038@dingtalk.com 67a0c6ce9f update
2022-09-27 06:13:52 +00:00

10 lines
106 B
Bash
Executable File

#!/bin/bash
ossPath=$1
echo ${#ossPath}
if [ ${#ossPath} != 0 ]; then
echo "ossPath: "${ossPath}
fi