aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'genebuild')
-rwxr-xr-xgenebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/genebuild b/genebuild
new file mode 100755
index 0000000..dee70ff
--- /dev/null
+++ b/genebuild
@@ -0,0 +1,5 @@
+#!/usr/bin/python3
+
+from ebuildgen.cli import cli
+
+cli()