diff options
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # © 2025 hitler.rip <git@hitler.rip> # licensed under AGPLv3-or-later; see licenses/code.md for more information -filterfile=($( realfile ./con/links.lua )) +filterfile=$( realpath ./con/links.lua ) convert () { pandoc "$1" -o "$2" \ -f gfm -t html5 \ |