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.
This commit is contained in:
blinry 2021-02-23 13:06:58 +01:00
parent 2a82b617be
commit 53c249d059
8 changed files with 145 additions and 15 deletions

View file

@ -0,0 +1,6 @@
[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 )