myt/cli.js

5 lines
71 B
JavaScript
Executable File

#!/usr/bin/env node
const MyVC = require('./myvc');
new MyVC().run();