mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
4 lines
163 B
Bash
Executable file
Vendored
4 lines
163 B
Bash
Executable file
Vendored
#!/bin/bash
|
|
set -e
|
|
cargo about generate --fail -c scripts/licenses/licenses.toml scripts/licenses/template.hbs > assets/licenses.html
|
|
git add assets/licenses.html
|