zed/script/debug-cli
2026-07-29 19:04:26 +03:00

3 lines
99 B
Bash
Executable file

#!/usr/bin/env bash
cargo build -p zed && ${CARGO_TARGET_DIR:-target}/debug/zed --foreground "$@"