#!/usr/bin/env bash

cargo build; cargo run -p cli -- --foreground --zed=target/debug/zed "$@"
