Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NARKOZ/hacker-scripts
/ sh
Function
sh
python3/hackerutils.py:14–17 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
12
13
14
def
sh(*args):
15
proc = subprocess.Popen(args, stdout=subprocess.PIPE)
16
stdout, _ = proc.communicate()
17
return
stdout
18
19
20
def
get_log_path(name):
Callers
3
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected