MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / load_state

Function load_state

Scripts/Developer Base/Mobile Developer Setup.py:361–367  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

359def require_termux() -> bool:
360 if is_termux():
361 return True
362 print(c("This script must be run inside Termux.", C.ERR))
363 print("Run it with: python 'Mobile Developer Setup.py'")
364 return False
365
366
367def quote_cmd(args: Iterable[str]) -> str:
368 return " ".join(shlex.quote(str(x)) for x in args)
369
370

Callers 3

make_backupFunction · 0.70
install_setupFunction · 0.70
show_infoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected