typo
This commit is contained in:
parent
238a500b47
commit
e76d43b440
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ do
|
||||||
# saved title, and save the modified file in our temporary directory
|
# saved title, and save the modified file in our temporary directory
|
||||||
sed "s#<\!-- TITLE -->#${title}#" "$header_template" > "$tempdir/header.html"
|
sed "s#<\!-- TITLE -->#${title}#" "$header_template" > "$tempdir/header.html"
|
||||||
|
|
||||||
# convertig .gmi files in .html
|
# converting .gmi files in .html
|
||||||
/usr/local/bin/gmnitohtml < "$gmi_file" > "$tempdir/body.html"
|
/usr/local/bin/gmnitohtml < "$gmi_file" > "$tempdir/body.html"
|
||||||
|
|
||||||
# retrieving of the path of the current .gmi file
|
# retrieving of the path of the current .gmi file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue