#!/bin/bash while true; do npm start sleep 3 done