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