I downloaded and installed Unityhub and I have to click on the file to run it. I would like to have a command in terminal to run it.
For example I start my VScode simply typing code in terminal. I want to start UnityHub by typing something like unity-hub in terminal.
I created symlink so I can run it by typing unity-hub. But the process is attached to the current terminal. I tried nohup unity-nub & but i get unwanted output like
$ nohup unity-hub &
[1] 21947
$ nohup: ignoring input and appending output to 'nohup.out'
I would like to mimic the "code" behaviour when it starts an application as if I clicked on its file. Without any input in terminal.