UNPKG

130 BJavaScriptView Raw
1#!/usr/bin/env node
2
3'use strict';
4
5const SurgioCommand = require('..').SurgioCommand;
6
7const d = new SurgioCommand();
8d.start();