Skip to content

Instantly share code, notes, and snippets.

View andrrff's full-sized avatar
🍷
Gentleman

André da Silva Freitas andrrff

🍷
Gentleman
View GitHub Profile
@andrrff
andrrff / deploy.sh
Last active December 14, 2020 00:15
deploy lowstream
#!/usr/bin/env bash
set -e
cweb_version=0.6.16
cweb=https://github.com/koute/cargo-web/releases/download/$cweb_version/cargo-web-x86_64-unknown-linux-gnu.gz
curl -Lo cargo-web.gz $cweb
gunzip cargo-web.gz
chmod u+x cargo-web