summaryrefslogtreecommitdiff
path: root/sisyphus
blob: a1ae20c37fbd9e89d801bcc41527a3d671e4cd08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

# Sisyphus is a simple GUI for epkg, the portage wrapper
# Main Author : Ghiunhan Mamut @ Redcore Linux Project

main() {
	pushd /usr/share/sisyphus
	python3 sisyphus.py
	popd
}

main