|
|
|
|
|
by zazaulola
533 days ago
|
|
I'm confirming. Often, when you run a script on more than just your own computer, bash is located in unexpected places. For me, for example: `/data/data/com.termux/files/usr/bin/bash` In such cases, scripts containing the absolute path to bash in shebang do not run correctly. |
|