mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
6 lines
51 B
Text
6 lines
51 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
cd server
|
||
|
cargo run --bin seed
|