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