D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
proc
/
self
/
root
/
opt
/
saltstack
/
salt
/
Filename :
salt-cloud
back
Copy
#!/bin/sh "true" '''' # shellcheck disable=SC2093 "exec" "$(dirname "$(readlink -f "$0")")/bin/python3.10" "$0" "$@" ' ''' import sys from salt.scripts import salt_cloud if __name__ == '__main__': if sys.argv[0].endswith('.exe'): sys.argv[0] = sys.argv[0][:-4] sys.exit(salt_cloud())