This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
serg1557733
/
chatRedux
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
0d484e2918
ブランチ
タグ
master
chatRedux
/
backend
/
node_modules
/
is-ci
/
bin.js
bin.js
70 B
履歴
Raw
1
2
3
4
#!/usr/bin/env node
'use strict'
process.exit(require('./') ? 0 : 1)