9 lines
524 B
Plaintext
9 lines
524 B
Plaintext
|
|
cat /tmp/h5-full-part1.bin /tmp/h5-full-part2.bin > /tmp/h5-full.tar.gz
|
||
|
|
wc -c < /tmp/h5-full.tar.gz
|
||
|
|
cd /opt/wecom-it-desk/frontend-h5/dist && tar xzf /tmp/h5-full.tar.gz
|
||
|
|
ls -la /opt/wecom-it-desk/frontend-h5/dist/assets/index-CgWukqlD.css
|
||
|
|
ls -la /opt/wecom-it-desk/frontend-h5/dist/assets/index-Cfeo0axm.js
|
||
|
|
ls -la /opt/wecom-it-desk/frontend-h5/dist/index.html
|
||
|
|
grep -o 'index-[A-Za-z0-9_]*\.js' /opt/wecom-it-desk/frontend-h5/dist/index.html
|
||
|
|
grep -o 'index-[A-Za-z0-9_]*\.css' /opt/wecom-it-desk/frontend-h5/dist/index.html
|