film-poster-genres/src/index.mjs
2020-09-15 18:32:51 +01:00

11 lines
123 B
JavaScript
Executable file

#!/usr/bin/env node
"use strict";
import cli from './cli.mjs';
(async () => {
"use strict";
await cli();
})();