From f7148e9a4ff39d1436b49b95ba2be4720142ba15 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 25 Feb 2017 13:46:30 -0700 Subject: [PATCH] add mdig --- bin/mdig.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/mdig.js diff --git a/bin/mdig.js b/bin/mdig.js new file mode 100755 index 0000000..ff0f369 --- /dev/null +++ b/bin/mdig.js @@ -0,0 +1,5 @@ +#!/usr/bin/env node +'use strict'; + +process.argv.push('--mdns'); +require('dig.js/bin/dig.js');