mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 13:30:44 +00:00
2c623399ae
* uptick: 0.12.0 * update schema generation while we're at it * wording * update schema generation docs * update docs
9 lines
136 B
Bash
Executable File
9 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")";
|
|
cd ../..
|
|
|
|
cargo run --bin schema --features="generate_schema" -- $1 > schema/v$1/bottom.json
|