mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
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:
parent
2a82b617be
commit
53c249d059
8 changed files with 145 additions and 15 deletions
scenes
6
scenes/tcp_server_shell.tscn
Normal file
6
scenes/tcp_server_shell.tscn
Normal 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 )
|
Loading…
Add table
Add a link
Reference in a new issue