source code for html website at https://zachdecook.com
Diffstat (limited to 'devo/script.sh')
| -rwxr-xr-x | devo/script.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devo/script.sh b/devo/script.sh deleted file mode 100755 index 2511d24..0000000 --- a/devo/script.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# Split file by header lines -awk '($1 == "#"){of = $2 ".md"}{print > of}' devo.md - -ls 2*.md | xargs -I{} sh -c 'cat common.md {} |python3 -m markdown -f {}.html' -# perl-rename -rename -f 's/.md.html/.html/' *.md.html -# util-linux rename -# rename .md.html .html *.md.html |