UNPKG
@ovv/nali-cli
Version:
latest (2.2.0)
2.2.0
0.1.0
Parse geoinfo of IP Address without leaving your terminal
nali.skk.moe
SukkaW/nali-cli
@ovv/nali-cli
/
lib
/
nali-nslookup.js
6 lines
(3 loc)
•
110 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
const
execute =
require
(
'../util/execute'
);
execute
(
'nslookup'
, process.
argv
.
slice
(
2
));