Done !
Server IP : 149.255.35.26 / Your IP : 18.224.184.62 Web Server : Apache System : Linux net.netcoservers5.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : gbslsnop ( 1036) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /bin/ |
Upload File : |
#!/bin/sh "true" '''' "exec" "$(dirname "$(readlink -f "$0")")/bin/python3.10" "$0" "$@" ''' # -*- coding: utf-8 -*- import re import sys from salt.scripts import salt_spm if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(salt_spm())