More robust script handling and code cleanup

In this commit, I have made the script handling dramatically more
robust, and the code has been cleaned up a fair amount. We no longer
have to manually set is restarting or anything like that, and we dont
rely on a fragile exit code system.
This commit is contained in:
Zoe
2025-10-07 16:15:05 +00:00
parent 4a70260ea5
commit dcd8d810f0
2 changed files with 162 additions and 134 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "zqdgr",
"version": "0.0.5",
"version": "0.0.6",
"description": "zqdgr is a quick and dirty Golang runner",
"author": "juls0730",
"license": "BSL-1.0",