Added /bin folder.

This commit is contained in:
ylianst 2022-07-22 21:56:55 -07:00
parent 821d790588
commit 11612d5028
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -41,7 +41,6 @@ bob.json
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

Binary file not shown.

2
bin/meshcentral Normal file
View File

@ -0,0 +1,2 @@
#! /usr/bin/env node
require("../meshcentral.js");