blob: 1e29d084359505e392d6e359b5d41b685cd68bff (
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-gui
python3 sisyphus-gui.py
popd
}
main
|