added bin

This commit is contained in:
srgooglo 2021-06-07 14:54:00 +02:00
parent 7251f6f037
commit 47c3020a61

View File

@ -0,0 +1,6 @@
#!/usr/bin/env corenode
const relic = require("../dist")
const script = process.argv[2]
// create server
new relic.Server({ autoInit: true })