From f7e54cc8a29e5fa319ce21d6ec268e210397740a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 24 Jun 2017 21:55:37 +0100 Subject: write a proper Makefile, rearrange source code a bit --- sisyphus-gui | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 sisyphus-gui (limited to 'sisyphus-gui') 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 -- cgit v1.2.3