mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2025-02-17 12:20:06 +00:00
4 lines
102 B
Bash
4 lines
102 B
Bash
![]() |
#!/bin/sh
|
||
|
# a curl wrapper for seirdy.one
|
||
|
curl --proto "=https" --tlsv1.3 --cert-status -sS -m10 "$@"
|