mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 21:59:04 +00:00
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 "$@"
|