6 lines
337 B
Bash
6 lines
337 B
Bash
|
|
#!/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" ';' \
|
||
|
|
nt --title "Stripe WHook" --tabColor "#000dff" -d "E:\infoalloggi-monorepo\apps\infoalloggi" ';' \
|
||
|
|
focus-tab -t 0
|