This website requires JavaScript.
Explore
Help
Sign In
zed-industries
/
zed
Watch
1
Star
1
Fork
0
You've already forked zed
mirror of
https://github.com/zed-industries/zed.git
synced
2024-11-08 07:35:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2f0212ee98
zed
/
script
/
server
7 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Include contents of the zed-server repo We're going full monorepo. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-07-12 23:14:39 +03:00
#!/bin/bash
set -e
cd server
Pass arguments to cargo run in script/server Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-07-12 23:50:39 +03:00
cargo run $@
Reference in New Issue
Copy Permalink