removing obsolete scripts, fixing few

This commit is contained in:
Q
2021-10-10 08:46:04 +03:00
parent 707eba3ead
commit 8640a29d00
12 changed files with 18 additions and 1337 deletions

View File

@@ -1,4 +1,9 @@
#!/bin/sh
#!/bin/bash
if [[ "$1" = "-h" ]]; then
echo Prints the header for a URL
exit
fi
# head trick to prevent unable to write -error.
curl -s -D /dev/stderr "$1" | head -c 1 | head -c 0