3 lines
136 B
Bash
Executable file
3 lines
136 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Launch the Chobit companion app
|
|
exec flatpak run --user org.godotengine.Godot --path "$(dirname "$0")/godot" "$@"
|