mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 02:37:05 +00:00
0e62ddbb65
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
6 lines
51 B
Bash
Executable file
6 lines
51 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd crates/server
|
|
cargo run $@
|