You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The invocation of a bash script with an absolute path to bash can cause problems on systems with a non-standard non-standard file system layouts.
To overcome this issue, use '#!/usr/bin/env'.
Good bash best practice source: http://andreinc.net/2011/09/04/bash-scripting-best-practice/
0 commit comments