1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/scripts/curl-wrapper.sh
2023-11-25 13:40:52 -08:00

6 lines
186 B
Bash
Executable file

#!/bin/sh
# a curl wrapper for seirdy.one
# no pipefail here since there are no pipes.
set -e -u
curl --proto "=https" --tlsv1.3 --cert-status -sS -m"${SEIRDYONE_CURL_TIMEOUT-10}" "$@"