godot-xterm/examples/terminal/terminal.gd

8 lines
128 B
GDScript
Raw Normal View History

extends "res://addons/godot_xterm/terminal.gd"
2022-11-09 21:57:46 +01:00
@onready var pty = $PTY
func _ready():
pty.fork(OS.get_environment("SHELL"))