mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-14 18:08:58 +08:00
6 lines
81 B
JavaScript
Executable File
6 lines
81 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
const { Probot } = require('../')
|
|
|
|
Probot.run(process.argv)
|