9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
# !/bin/bash
|
|
|
|
FERootDir=/usr/local/omc/htdocs/front
|
|
# apt-get install zip
|
|
# clear front-end old hash js files
|
|
rm -rf ${FERootDir}/assets
|
|
rm -rf ${FERootDir}/js
|
|
rm -rf ${FERootDir}/index.*.js
|