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