Update 2023-02-22 08:18 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-02-22 08:18:57 +01:00
parent 5b2f60e6e5
commit 1d3ee78382
8 changed files with 63 additions and 83 deletions

View File

@@ -91,7 +91,7 @@ OpenStreetMap (OSM)
Grep.app
Google Maps
Youtube
DELETE"
Zalando"
local C="$(printf '%s' "${INPUT}" \
| head -n 1)"
@@ -138,6 +138,7 @@ DELETE"
M*I*T*List) URI="https://marc.info/?l=openbsd-tech&s=${C}&q=b"; ;;
M*I*M*List) URI="https://marc.info/?l=openbsd-misc&s=${C}&q=b"; ;;
M*I*P*CVS) URI="https://marc.info/?l=openbsd-ports-cvs&s=${C}&q=b"; ;;
Zalando) URI="https://www.zalando.de/herren/?q=${C}"; ;;
*) exit 0 ;;
esac
}