Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#!/usr/bin/env bash 2 3set -e 4 5if ! command -v pandoc &> /dev/null 6then 7 brew install pandoc # Install pandoc using Homebrew 8fi 9 10pandoc ./legal/terms.md -f markdown-smart -t rtf -o ./script/terms/terms.rtf --standalone