add html instruction

main
bel 2023-07-06 22:31:29 -06:00
parent 98fd145856
commit cd7251ee45
1 changed files with 7 additions and 0 deletions

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