mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 05:12:06 +03:00
9a6c4a1718
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
7 lines
44 B
Bash
Executable File
7 lines
44 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd server
|
|
cargo run $@
|