auto start of game

Godot Version

4.4.1 Linux

Question

I would like to autostart my game. So far I have to start godot, open my project, press the play button in the top right corner. I would like to do this all fully automatic. Of course starting godot executable itself is easily done in an autostart shell script. But how can I tell the executable to take this and that project and to play it directly?

Thanks.

You can use godot <path_to_your_main_scene.tscn> to run a scene without the editor