mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-04 05:50:42 +00:00
5a009987ac
* docs: update changelog * update docs
9 lines
142 B
Bash
Executable File
9 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")";
|
|
cd ../..
|
|
|
|
cargo run --features="generate_schema" -- --generate_schema > schema/nightly/bottom.json
|