4 lines
210 B
Bash
Executable file
4 lines
210 B
Bash
Executable file
#!/bin/bash
|
|
#~/.steam/steam/steamapps/common/Godot\ Engine/godot.x11.opt.tools.64 --editor --path hamncheese | tee output.log
|
|
godot/bin/godot.linuxbsd.editor.x86_64 --editor --path hamncheese | tee output.log
|
|
|