2026-05-08 11:31:18 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
wt --pos 40,653 nt --title "Infoalloggi" --tabColor "#eb4034" -d "E:\infoalloggi-monorepo\apps\infoalloggi" ';' \
|
|
|
|
|
nt --title "Backend" --tabColor "#74f73b" -d "E:\infoalloggi-monorepo\apps\backend" ';' \
|
2026-05-13 14:25:43 +02:00
|
|
|
nt --title "Monorepo Root" --tabColor "#000dff" -d "E:\infoalloggi-monorepo" ';' \
|
2026-05-08 11:31:18 +02:00
|
|
|
focus-tab -t 0
|