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: 48b5634529dcb51d564a09675a9a0c267c7cb352 (
plain
)
1
2
3
4
5
6
7
#!/usr/bin/python3 import subprocess def show(): subprocess.call(['emerge', '--info'])