MCPcopy Create free account
hub / github.com/AdbAutoPlayer/AdbAutoPlayer / runCommand

Function runCommand

scripts/pytauri-bootstrap.cjs:12–18  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

10const extraArgs = process.argv.slice(2).join(" ");
11
12function runCommand(cmd) {
13 try {
14 execSync(cmd, { stdio: "inherit" });
15 } catch (err) {
16 process.exit(1);
17 }
18}
19
20function checkCommandExists(cmd, installHint) {
21 try {

Callers 2

runInVenvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected