first commit

This commit is contained in:
root
2023-06-22 15:30:22 +02:00
commit 4d9979354c
3294 changed files with 445677 additions and 0 deletions

8
hypenv/bin/pyxtermjs Executable file
View File

@@ -0,0 +1,8 @@
#!/var/www/html/lxc/hypenv/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from pyxtermjs.app import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())