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

6 lines
172 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 -sS -m"${SEIRDYONE_CURL_TIMEOUT-10}" "$@"