Because I'm using Android, Android doesn't support #!/bin/sh and #!/bin/bash, there is a dynamic library that fixes it, so I want to automatically add LD_PRELOAD before starting bash to make this dynamic library[https://github.com/termux/termux-exec] work , I want to modify the source code of bash
Because I'm using Android, Android doesn't support #!/bin/sh and #!/bin/bash,
there is a dynamic library that fixes it, so I want to automatically add
LD_PRELOAD before starting bash to make this dynamic library work , I want to
modify the source code of bash to make it effective, not the bash.b