aboutsummaryrefslogtreecommitdiff
path: root/bin/gerbolyze
diff options
context:
space:
mode:
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()