autoDeploy/test.sh

10 lines
106 B
Bash
Raw Normal View History

2025-02-25 21:52:14 +08:00
#!/bin/bash
ossPath=$1
echo ${#ossPath}
if [ ${#ossPath} != 0 ]; then
echo "ossPath: "${ossPath}
fi