MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / ExitWithStatus

Function ExitWithStatus

Scripts/InstallFEX.py:338–341  ·  view source on GitHub ↗
(Status)

Source from the content-addressed store, hash-verified

336 return subprocess.call(["FEXInterpreter", "/usr/bin/uname", "-a"]) == 0
337
338def ExitWithStatus(Status):
339 # Remove the cached credentials
340 subprocess.call(["sudo", "-K"])
341 sys.exit(Status)
342
343def main():
344 # Only run on supported arch

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected