3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
exec /usr/local/bin/tinydns-edit data data.new add mx ${1+"$@"}
|