mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-10 08:23:02 +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 "$@"
|