8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ~
|
|
./ossutil stat oss://ztupload/html.zip > html_oss.info
|
|
ossInfo=$(cat html_oss.info)
|
|
out1=${ossInfo##*Etag}
|
|
echo $out1
|