Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jaykali/hackerpro
/ crips
Function
crips
hackerpro.py:246–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
244
245
246
def
crips():
247
clearScr()
248
os.system(
"git clone https://github.com/Manisso/Crips.git"
)
249
os.system(
"cd Crips && sudo bash ./update.sh"
)
250
os.system(
"crips"
)
251
os.system(
"clear"
)
252
253
254
def
weeman():
Callers
1
info
Function · 0.85
Calls
1
clearScr
Function · 0.85
Tested by
no test coverage detected