mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-11 11:55:06 -05:00
d4ea984d85
I had all these in the main source directory initially, hence the relative paths, which broke after moving them into tools/
4 lines
98 B
Bash
Executable File
4 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
xmllint --nonet --noent --loaddtd "$@" | lua5.3 -lluarocks.loader ${0%/*}/xep2md.lua
|