index
:
sisyphus
master
next
Sisyphus Package Manager
Redcore Linux Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
sysInfo.py
blob: 5ae29c2a725d4c3ea73320cb383b5e9da710fd6e (
plain
)
1
2
3
4
5
6
7
#!/usr/bin/python3 import subprocess def show(): subprocess.call(['emerge', '--info'])