mirror of
https://github.com/zed-industries/zed.git
synced 2026-08-03 04:04:44 +00:00
3 lines
99 B
Bash
Executable file
3 lines
99 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cargo build -p zed && ${CARGO_TARGET_DIR:-target}/debug/zed --foreground "$@"
|