5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd godot
|
|
gdb --args ../src/godot/bin/godot.x11.opt.tools.64 --verbose -e $*
|