5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
|
|
curl -k -vvI -m 10 http://"$1" &> "$2"
|
|
#80Header.txt
|