#!/bin/sh terminal=st # OpenInTerminal oit() { $terminal -e $@ } oit "lvim src/index.ts" & oit "yarn serve " & oit "src/server/start" &