Take hints on port 1235, hint script in user's PATH

This commit is contained in:
blinry 2020-12-22 16:05:35 +01:00
parent cf10605bf4
commit d8d48c245e
5 changed files with 37 additions and 5 deletions
scenes

View file

@ -48,6 +48,7 @@ func run_async_thread(shell_command):
var env = {}
env["HOME"] = game.tmp_prefix
env["PATH"] = game.tmp_prefix+":/usr/bin:/bin"
var hacky_command = ""
for variable in env: