diff options
| author | yctct <yctct@yctct.com> | 2025-11-06 12:01:31 +0100 |
|---|---|---|
| committer | yctct <yctct@yctct.com> | 2025-11-06 12:01:31 +0100 |
| commit | 786d53ce19d96461bf432f079fc97e4dba10ec3f (patch) | |
| tree | a287044cbdda01d6b721ded26d8dea6e7c26c4cf /build.sh | |
| parent | 30458c2be4f2f0cf764947ea5d89b25a5df00a34 (diff) | |
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +# static site generator +# Copyright (C) 2022 w. kennedy +# Copyright (C) 2024, 2025 yctct + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. #!/bin/bash echo Welcome to the markdown to html converter. markdown_file="$1" |
