summaryrefslogtreecommitdiff
path: root/sisyphus-gui
diff options
context:
space:
mode:
Diffstat (limited to 'sisyphus-gui')
-rwxr-xr-xsisyphus-gui12
1 files changed, 12 insertions, 0 deletions
diff --git a/sisyphus-gui b/sisyphus-gui
new file mode 100755
index 0000000..87254ec
--- /dev/null
+++ b/sisyphus-gui
@@ -0,0 +1,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