oh-my-git/scenes/tcp_server_shell.tscn
blinry 53c249d059 Start working on a better shell mechanism for Windows
It uses a Perl script to keep a bash session open, which attaches to a
port the game keeps open. This avoids having to start a new Git bash for
each command, improving the execution speed by a factor of 3-4.
2021-03-04 15:03:05 +01:00

7 lines
176 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://scenes/tcp_server_shell.gd" type="Script" id=1]
[node name="TCPServerShell" type="Node"]
script = ExtResource( 1 )