|
|
|
|
|
by int_19h
207 days ago
|
|
It's guaranteed to work provided that Bash is in the path. It's very common for Python. Less so for Bash for two reasons: because the person who writes the script references /bin/sh instead (which is required to be there) even when they are writing bash-isms, or because the person who writes the script assumes that Bash is universally available as /bin/bash. |
|