This website requires JavaScript.
Explore
Help
Sign In
coolaj86
/
mdig.js
Watch
1
Star
0
Fork
You've already forked mdig.js
0
Code
Issues
Pull Requests
Releases
Activity
v1.0.1
mdig.js
/
bin
/
mdig.js
6 lines
94 B
JavaScript
Executable File
Raw
Permalink
Blame
History
#!/usr/bin/env node
'use strict'
;
process
.
argv
.
push
(
'--mdns'
)
;
require
(
'dig.js/bin/dig.js'
)
;
Reference in New Issue
View Git Blame
Copy Permalink