1 2 3 4 5 6 7 8 9 10 11
set -o allexport source ./env set +o allexport if ! [ -x "$(command -v bun)" ]; then curl -fsSL https://bun.sh/install | bash fi if [ ! -d "node_modules" ]; then bun i fi