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

Function bash

Scripts/Developer Base/Mobile Developer Setup.py:327–333  ·  view source on GitHub ↗

Run a bash -lc command with live output.

(cmd: str, check: bool = True)

Source from the content-addressed store, hash-verified

325 print(c("\nFailures:", C.ERR))
326 for item in self.failed:
327 print(f" - {item}")
328
329
330SUMMARY = RunSummary()
331ASSUME_YES = False
332NON_INTERACTIVE = False
333
334
335def supports_color() -> bool:
336 return sys.stdout.isatty() and os.environ.get("TERM", "") not in ("", "dumb")

Callers 10

restore_backupFunction · 0.70
pkg_update_upgradeFunction · 0.70
pkg_installFunction · 0.70
npm_installFunction · 0.70
install_oh_my_zshFunction · 0.70
clone_zsh_pluginsFunction · 0.70
configure_termux_uiFunction · 0.70
install_nvchad_termuxFunction · 0.70
run_updateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected