Am 2018-08-08 02:42, schrieb Steve Litt:
======================================
#!/bin/sh
exec 2>&1
exec unbound -p -dd
======================================

Can you explain this strange construct? An exec without a command but with i/o redirection? Normally a script ends at the first exec.

Why not simply

exec unbound -p -dd 2>&1 ?

Jochen
_______________________________________________
Dng mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to