#!/bin/bash gnome-terminal -- bash -c "cd web_server && node app.js; exec bash" gnome-terminal -- bash -c "cd react && npm run dev; exec bash"