Set /bin/bash as the interpreter

This commit is contained in:
Eugene Sharygin 2015-02-01 12:40:08 +03:00 committed by Johan Hermansson
parent b4ae6ad8d8
commit 36ff468d8d

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/