4 lines
179 B
Bash
Executable file
4 lines
179 B
Bash
Executable file
#!/bin/bash
|
|
#sudo godot/bin/godot.linuxbsd.editor.x86_64 --editor --path hamncheese | tee output.log
|
|
godot/bin/godot.linuxbsd.editor.x86_64 --editor --path test | tee output.log
|
|
|