mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
7 lines
41 B
Text
7 lines
41 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd server
|
||
|
cargo run
|