diff options
| author | mjfernez <mjf@mjfer.net> | 2021-11-05 09:25:26 -0400 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2021-11-05 09:25:26 -0400 | 
| commit | 78666cd9195c1c2bcc9cd9110b4db5723a88b50d (patch) | |
| tree | 66ed096e973cba1efd40a0097936f7a6b08cf5b3 /panupdate | |
| parent | 34273e9053037ef0de7767eec6a070615cbb4cb6 (diff) | |
| download | site-files-78666cd9195c1c2bcc9cd9110b4db5723a88b50d.tar.gz | |
Directory changes. Various spelling, format fixes.
Also fixes CC being linked to by HTTP instead of HTTPS which causes an
annoying message on most browsers
Diffstat (limited to 'panupdate')
| -rwxr-xr-x | panupdate | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -10,5 +10,10 @@ do              echo "Saved "$file" to "$newfile              pandoc --ascii -f markdown-smart $file -t html -o $newfile          fi +        if [[ "$file" == *.description ]] +        then +            newfile=$(sed "s/\.md\///" <<< $file) +            cp -v $file $newfile +        fi      done  done | 
