Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breach/thrust
/ execute
Function
execute
scripts/bootstrap.py:15–20 ·
view source on GitHub ↗
(argv)
Source
from the content-addressed store, hash-verified
13
14
15
def
execute(argv):
16
try
:
17
return
subprocess.check_output(argv, stderr=subprocess.STDOUT)
18
except
subprocess.CalledProcessError
as
e:
19
print e.output
20
raise
e
21
22
23
def
main():
Callers
3
update_submodules
Function · 0.70
bootstrap_brightray
Function · 0.70
update_thrust_shell
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected