├── .github └── workflows │ └── update.yml ├── README.md ├── template ├── template.template └── update-template.sh /.github/workflows/update.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soanvig/brave-bin/HEAD/.github/workflows/update.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soanvig/brave-bin/HEAD/README.md -------------------------------------------------------------------------------- /template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soanvig/brave-bin/HEAD/template -------------------------------------------------------------------------------- /template.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soanvig/brave-bin/HEAD/template.template -------------------------------------------------------------------------------- /update-template.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/soanvig/brave-bin/HEAD/update-template.sh --------------------------------------------------------------------------------