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