From c1e63061e198dcb51c649475c1fbbc7b966a66f1 Mon Sep 17 00:00:00 2001 From: Swizec Teller Date: Thu, 11 Oct 2018 00:19:15 -0700 Subject: [PATCH] Fix cli execution --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 9f6a8f0..a78015a 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + const si = require("systeminformation"); const mri = require("mri"); const sll = require("single-line-log").stdout;