5 lines
79 B
Bash
Executable File
5 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
wget -O - stdout http://pdns.mount-mockery.de 2> /dev/null|jq .$1
|
|
|