Explain what is being deleted by the strange syntax

See https://github.com/vector-im/hydrogen-web/pull/693#discussion_r815284713
This commit is contained in:
Eric Eastwood 2022-04-20 11:59:49 -05:00
parent e9cee2e6a4
commit f1e07b6842
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ mkdir target/paths
cp doc/SDK.md target/README.md
pushd target
pushd asset-build/assets
# Remove all `*.wasm` and `*.js` files except for `main.js`
rm !(main).js *.wasm
popd
rm index.html