4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
|
#!/bin/bash
|
||
|
echo $1
|
||
|
dig +short -x $1 | tr '[:upper:]' '[:lower:]'
|