6 lines
36 B
Text
6 lines
36 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
hub pull-request
|