I have 3 bash commands/files that I need to launch on seperate terminals when my ubuntu 20 machine startups
$ ./script1
$ ./script2
$ ./script3
I want all these 3 script to run in each separate terminals.
Sample Contents of script:
#!/bin/bash
cd /var/www/html/myproject
php -S 192.168.10.222:8080 -t public/