]> ### 2022-05-06 - Initial release - bottom 0.6.8 file=$(/usr/bin/ls /boot/config/plugins/&name;/&name;*.txz | grep -v '&version;') if [ ! -z "$file" ] then filename=$(basename -- $file) previous="${filename%.*}" echo "previous version ${previous} found - uninstalling" removepkg $previous rm -f $file else echo "no previous version found - first time install" fi &releaseURL; &md5; **bottom** A customizable cross-platform graphical process/system monitor for the terminal. For more information see the [bottom repository](https://github.com/ClementTsang/bottom). echo "*** Removing bottom ***" # Remove plugin related files removepkg &name;-&version; rm -rf &emhttp; rm -rf &plugin; echo echo "*** Successfully removed bottom ***"