add html instruction
parent
98fd145856
commit
cd7251ee45
|
|
@ -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
|
||||
Loading…
Reference in New Issue