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