removing obsolete scripts, fixing few
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user