5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/sh
|
|
|
|
|
|
/usr/sbin/named -L /var/log/bind.log
|
|
while true; do /bin/bash; done |