This serves as the landing page for hashbang.sh.
The index.html is both an html page, and a bash script, which is done by:
This allows both bash and browsers to render this document appropriately.
Build/sign index.html (requires hashbang team private key in gpg ring)
make
Build/push new docker container
docker build -t hashbang/hashbang.sh .
docker push hashbang/hashbang.sh
Update hash in gitops repository
Sync using ArgoCD