farhansadik / echominal

This script a simple manager for termux. User can use is in a short way. This script is very helpful for beginners
GNU General Public License v3.0
5 stars 0 forks source link

Add a quit/exit hidden option in every menu for exit entire script #22

Closed batasu closed 3 years ago

batasu commented 3 years ago

Quit Function

elif [[ $input == 'q' || $input == 'exit' || $input == 'quit' || $input == 'quit()' ]]; then {
    printf "[*] exit \n[*] ok\n" && exit 0
} fi