Windows Terminal Commands # run several commands in multiple tabs wt ` -d $dir cmd /k make start-db ` `; -d $dir cmd /k make build-frontend watch=true ` `; -d $dir cmd /k make start-cypress ` `; -d $dir cmd /k idea .` `; wsl -d Ubuntu --cd $dir