I have tried this for my Script:
#!/bin/sh
gnome-terminal -- cd Server
gnome-terminal -- ./start.sh
However when I run it I get this error:
It also opens two terminals when I just want one with two commands.
There was an error creating the child process for this terminal
Failed to execute child process “cd” (No such file or directory)
How do I get the commands to run correctly?
I am on Ubuntu 19.04 and a complete newbie.