probot/script
Avinash Sridhar c48789de75
Fix POSIX compliance on bootstrap
`./script/bootstrap`  was failing on linux

```
./script/bootstrap: 8: ./script/bootstrap: [[: not found
```
Fixed by using POSIX compliant `[` instead of `[[`
2017-03-13 14:16:24 -04:00
..
bootstrap Fix POSIX compliance on bootstrap 2017-03-13 14:16:24 -04:00
console GITHUB_TOKEN only needed for console 2016-10-16 09:59:19 -05:00
server Fix permissions on script/server 2016-09-26 08:27:35 -05:00
simulate Add script/simulate for simulating webhook events 2016-12-04 12:42:37 -06:00
test Update docs 2016-10-19 23:32:26 -05:00
tunnel Add script/tunnel 2016-12-04 12:42:51 -06:00