js-cfb/packages/cfb-cli/bin/cfb.njs

8 lines
172 B
Plaintext
Raw Permalink Normal View History

2020-06-26 02:51:11 +00:00
#!/usr/bin/env node
/* cfb.js (C) 2013-present SheetJS -- http://sheetjs.com */
/* eslint-env node */
/* vim: set ts=2 ft=javascript: */
var cli = require('../');
cli();