mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-08 22:56:48 +03:00
0e62ddbb65
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
7 lines
51 B
Bash
Executable File
7 lines
51 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd crates/server
|
|
cargo run $@
|