Improve header look

This commit is contained in:
Niels G. W. Serup 2022-06-12 22:00:21 +02:00
parent 314b1030d7
commit a5c232185a
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ link_www() {
header() {
lin="$(echo " $@ " | sed 's/./═/g')"
cat <<EOF
$lin
$@
$lin
$lin
$@
$lin
EOF
}