mirror of
https://github.com/danbulant/mysqlExporterDeno
synced 2026-05-24 12:21:46 +00:00
Add shebang
This commit is contained in:
parent
4c45f0a0e5
commit
af7613ab86
1 changed files with 2 additions and 1 deletions
1
index.js
1
index.js
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env node
|
||||||
const express = require("express");
|
const express = require("express");
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
const mysql = require("mysql");
|
const mysql = require("mysql");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue