Set /bin/bash as the interpreter

This commit is contained in:
Eugene Sharygin 2015-02-01 12:40:08 +03:00
parent f247c48c78
commit 26ead23b2c

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Opens the github page for a repo/branch in your browser.
# https://github.com/paulirish/git-open/