myt/cli.js

5 lines
68 B
JavaScript
Executable File

#!/usr/bin/env node
const Myt = require('./myt');
new Myt().cli();