remove unused function

This commit is contained in:
Omar Polo 2022-01-27 10:57:45 +00:00
parent e89f473904
commit 964686ce0b
1 changed files with 0 additions and 6 deletions

View File

@ -107,12 +107,6 @@ head() {
$gg -T10 -d header $ggflags "gemini://localhost:10965/$1" || true
}
# usage: raw <path>
# return both header and body
raw() {
$gg -T10 -dwhole $ggflags "gemini://localhost:10965/$1" || true
}
# usage: fetch <path>
# fetches the header and the body. They're returned in $hdr and
# $body.