blob: 87254ec8e2d132d742262a7080cc786ab9b54697 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/env bash
# Sisyphus is a simple GUI for sisyphus, the portage wrapper
# Main Author : Ghiunhan Mamut @ Redcore Linux Project
main() {
pushd /usr/share/sisyphus
python3 sisyphus-gui.py
popd
}
main
|