mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-23 20:06:29 +00:00
9 lines
138 B
Bash
Executable File
9 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")";
|
|
cd ../..
|
|
|
|
cargo run --manifest-path scripts/schema_gen/Cargo.toml > schema/nightly/bottom.json
|