mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
5 lines
51 B
Bash
Executable file
5 lines
51 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
cd server
|
|
cargo run --bin seed
|