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