generator md: Command exec

This commit is contained in:
Stig-Ørjan Smelror 2024-02-02 09:51:12 +01:00
parent 7370dcac20
commit ed3bd3226c

2
qsgen2
View File

@ -152,7 +152,7 @@ elif [[ ${generator} == "markdown" ]]; then
exit
else
# Usage: ${engine} ${1} - Where 1 is the file you want parsed
engine="/usr/bin/Markdown.pl"
engine=$(/usr/bin/Markdown.pl)
# function engine() {
#
# local command="/usr/bin/Markdown.pl"