(talk about what it is here)
First, alias the curl command so it looks prettier:
alias qub="curl -fsSL https://raw.githubusercontent.com/jamonholmgren/qub/main/src/cli.sh | bash -s --"
Now, you should be able to run it like so:
qub
qub --version
qub --help
## License
MIT -- see [LICENSE](LICENSE) for details.