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