a567ab3d9e
Termux doesn't have a /bin/sh. So we needto use $SHELL. Keep /bin/sh as much as possible.
4 lines
31 B
Text
4 lines
31 B
Text
#!@BUILD_SHEBANG@
|
|
set -e
|
|
|
|
true
|