#!/usr/bin/env bash set -ex # loop forever while true do yarn start done