Files
q-tools/web/curl-header
2017-12-14 09:22:48 +02:00

7 lines
114 B
Bash
Executable File

#!/bin/sh
# head trick to prevent unable to write -error.
curl -s -D /dev/stderr "$1" | head -c 1 | head -c 0