This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2024-12-27 10:59:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
40c861c249
zed
/
script
/
server
7 lines
44 B
Text
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 20:14:39 +00: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 20:50:39 +00:00
cargo run $@
Reference in a new issue
Copy permalink