1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

stub out some commands

This commit is contained in:
Kyle Spearrin
2018-05-11 13:47:18 -04:00
parent 8e7cae69c0
commit e38fa3638c
5 changed files with 252 additions and 0 deletions

4
src/bw.js Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env node
require('ts-node').register();
require('./main.ts');