9 lines
165 B
Bash
Executable File
9 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
|
|
protal=obs
|
|
cd /tmp/autoDeploy
|
|
ossutil stat ${protol}://ztupload/html.zip > html_oss.info
|
|
ossInfo=$(cat html_oss.info)
|
|
out1=${ossInfo##*Etag}
|
|
echo $out1
|