mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
#!/usr/bin/env node
|
|
const index = require('../lib/bundle.cjs')
|
|
index.startInteractive()
|