Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#!/bin/bash 2set -e 3 4cd crates/collab 5 6# Export contents of .env.toml 7eval "$(cargo run --quiet --bin dotenv)" 8 9cargo run --quiet --package=collab --features seed-support --bin seed -- $@