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