projects
/
treecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4e986a
)
bin: cleaned up binary file header
author
Fredrik Unger
<fredrik.unger@openchip.com>
Mon, 2 Mar 2026 12:50:52 +0000
(13:50 +0100)
committer
Fredrik Unger
<fredrik.unger@openchip.com>
Mon, 2 Mar 2026 12:50:52 +0000
(13:50 +0100)
🌳 (Blueprint) – Static docbook website generator.
Python3
bin/treecutter
patch
|
blob
|
history
diff --git
a/bin/treecutter
b/bin/treecutter
index fc08a14bb0c6614c8dc9e14fdd581488960142ff..d382e629352c4bceb7c0680d0d4991a88153be2e 100755
(executable)
--- a/
bin/treecutter
+++ b/
bin/treecutter
@@
-1,4
+1,9
@@
-#!/usr/bin/python3
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+## 🌳 (Blueprint) – Static docbook website generator.
+"""
+Entry point for 🌳 (Treecutter) – Static docbook website generator.
+"""
from treecutter import main