This commit is contained in:
Zacharias-Brohn
2026-02-23 23:06:32 +01:00
parent 97bb50e066
commit a3c1c8f234
448 changed files with 31904 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from zshell import main
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(main())