I followed the Command line tutorial in the Godot Docs. I created a GDScript file and added executable permission to it using chmod +x. After confirming that the script runs correctly from the CLI, I ...