diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-11-06 18:59:25 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-11-06 18:59:25 +0000 |
commit | afca612c9f7f277e81cc75bed26a4b430908c531 (patch) | |
tree | d357bb5b88b72b4e792ecce26b4d0cbef515d79c /gen.sh | |
parent | ab6cac1537088f785f2809f18c3490011a19fe55 (diff) | |
download | journal-afca612c9f7f277e81cc75bed26a4b430908c531.tar.gz journal-afca612c9f7f277e81cc75bed26a4b430908c531.zip |
New post: November 2024
Diffstat (limited to 'gen.sh')
-rwxr-xr-x | gen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env sh WORKDIR=$PWD -OUTDIR=out +OUTDIR=/var/www/blog/ verbose=0 # Variables to be evaluated as shell arithmetic should be initialized to a default or validated beforehand. if [ ! "$(command -v cmark)" ]; then |