How to make the wallet start when starting termux app

This thread is about how you can configure termux in a way so that the wallet automatically starts up once you start the termux android app.

This smart config turns the termux app into a wallet app. Everytime you start up termux the wallet’s main menu will appear automatically.

In the termux app shell step into the wallet/ folder and simply paste the following code:
echo "$(pwd)/ucs_client.sh" >>/data/data/com.termux/files/usr/etc/bash.bashrc
The next time you start termux the wallet will automatically start up.