In fact, this patten "shell_name script_file" works.
for example on Android, "/bin/sh ***.sh" can run the scrips.
"#!/bin/bash" at the beginning just points the default shell.
+#!/bin/bashI suspect that stuff like this is going to be unfriendly to the androidification work that is going on for pmqa. Hongbo, do all the scripts need to be converted over to run under the minimal shell that android supports?
Thanks,
Paul Larson