Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
mocha
/
bin
/
_mocha
blob: 2ea83174672f9348c24094a1d74369b156573879 [
file
] [
log
] [
blame
]
#!/usr/bin/env node
'use strict'
;
/**
* This file remains for backwards compatibility only.
* Don't put stuff in this file.
* @see module:lib/cli
*/
require
(
'../lib/cli'
).
main
();