vilmibm / gh-contribute

Small gh extension that suggests issues to work on in a given GitHub repository
GNU General Public License v3.0
27 stars 6 forks source link

Replace shebang for portability sake #6

Open maxdevjs opened 2 years ago

maxdevjs commented 2 years ago

The shebang used in gh-screensaver and release.sh scripts (#!/bin/bash) has greater chance to fail (as it does on NixOS, for example).

https://en.wikipedia.org/w/index.php?title=Shebang_(Unix)&oldid=878552871#Portability