Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cipheras/cipherginx
/ cwin
Function
cwin
helper.py:25–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
CLEAR =
"\033[2J\033[H"
24
25
def
cwin():
26
try
:
27
p.Popen(
''
,shell=True)
28
time.sleep(0.03)
29
print(CLEAR)
30
except
Exception
as
e:
31
print(e)
Callers
1
cipherginx.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected