From 2b1c0dd809258396e7bcf46f3fa40746117ff828 Mon Sep 17 00:00:00 2001 From: Mathias Date: Tue, 9 Aug 2022 01:24:56 +0200 Subject: [PATCH] Created the file for the myspeed cli (todo) --- cli/myspeed.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 cli/myspeed.js diff --git a/cli/myspeed.js b/cli/myspeed.js new file mode 100755 index 00000000..91ad9ce1 --- /dev/null +++ b/cli/myspeed.js @@ -0,0 +1,2 @@ +#!/usr/bin/env node +'use strict'; \ No newline at end of file