oh-my-git/scenes/shell_command.gd

10 lines
113 B
GDScript3
Raw Normal View History

extends Node
class_name ShellCommand
signal done
var command
var output
var exit_code
var crash_on_fail = true