mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2025-02-03 11:58:08 +01:00
4 lines
139 B
Bash
4 lines
139 B
Bash
#!/bin/sh
|
|
npx esbuild ./SpiderADB.js --bundle --minify --outfile=bundle.js > /dev/null
|
|
echo index.html icon.png util.js bundle.js holo-web
|