11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
|
|
||
|
|
||
|
# https://github.com/dead10ck/nu_plugin_dns
|
||
|
|
||
|
use ../tools/runonce.nu
|
||
|
|
||
|
runonce run 'nu_plugin_dns' {
|
||
|
^cargo install nu_plugin_dns
|
||
|
register ~/.cargo/bin/nu_plugin_dns
|
||
|
}
|