#!/bin/bash xterm -title "To Invetory FRONT" -e "cd front && npm run dev"& xterm -title "To Invetory BACK" -e "poetry run task server"