add html instruction

This commit is contained in:
bel
2023-07-06 22:31:29 -06:00
parent 98fd145856
commit cd7251ee45

View File

@@ -0,0 +1,7 @@
#! /bin/bash
set -o pipefail
echo '> copy outer HTML of html just inside iframe' >&2
cat resume.html \
| sed 's/>...<\/text/> - <\/text/g' | sed 's/overflow: hidden;/margin: auto !important; padding-bottom: 2em !important;/g' \
> resume.html.2 \
|| rm resume.html.2