aboutsummaryrefslogtreecommitdiff
path: root/bin/gerbolyze
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2022-06-13 15:23:04 +0200
committerjaseg <git@jaseg.de>2022-06-13 22:19:48 +0200
commit23945b4cc602438a97c63ba61cd920ef27e131b6 (patch)
treef6a264f6961d8f8923d743dc9c741c79c1fe8e1e /bin/gerbolyze
parentd61d642c390588fe63c9f0ad5b930b421f55b0e8 (diff)
downloadgerbolyze-3.0.5.tar.gz
gerbolyze-3.0.5.tar.bz2
gerbolyze-3.0.5.zip
pkg: fix gerbolyze scriptv3.0.5
this broke for no apparent reason. python packaging is terrible. so much enterprise-grade code for what really should be a very simple job.
Diffstat (limited to 'bin/gerbolyze')
-rw-r--r--bin/gerbolyze5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/gerbolyze b/bin/gerbolyze
new file mode 100644
index 0000000..4e1442a
--- /dev/null
+++ b/bin/gerbolyze
@@ -0,0 +1,5 @@
+#!/usr/bin/env python3
+
+if __name__ == '__main__':
+ import gerbolyze
+ gerbolyze.cli()