2 lines
40 B
Bash
2 lines
40 B
Bash
#!/bin/sh
|
|
exec /usr/bin/unbound -d 2>&1
|
#!/bin/sh
|
|
exec /usr/bin/unbound -d 2>&1
|