#!/bin/bash pkill -f "npm start" sleep 5 cd backend/backend/frontend && npm install && npm start &