mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-25 09:03:40 +00:00
4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
cargo run --package=zed-server --features seed-support --bin seed
|