thelonelycoder
Part of the Furniture
Two more things:#update - changes completed
After install it does not enter the script automatically but instead lists the methods available if a user wishes to do so.
The general use case is that the script doesn't require modification after install.
Entering the script and defining custom rules/rates is intended only for power users.
The general setup of non-configurable improvements is sufficient for most users.
1) To be able to read your verbiage after install it would be good to give the user time to read it. I can use my press_enter_to() prompt in amtm or you could add another (Press any key to return) to your script.
In my local dev version I have this before it returns after install:
Code:
press_enter_to "return to amtm menu"
2) Please don't erase the terminal history with your 'clear' version(s). I like to scroll up to see what's been printed to the screen, looking for success or errors.
With your version you erase all history.
Use a simple 'clear' command instead. Thanks.
If you must unset variables, use 'unset variableName' or the simpler version I use: 'variableName='