mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 11:39:15 +00:00
4 lines
96 B
JavaScript
Executable File
4 lines
96 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
const index = require('../lib/cli/bundle.cli.cjs')
|
|
index.startInteractive()
|