4 lines
95 B
Bash
Executable File
4 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cargo build; cargo run -p cli -- --foreground --zed=target/debug/zed "$@"
|