]> ###2022-05-05 - Initial release - bat v0.10.1 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; **bat** A cat(1) clone with syntax highlighting and Git integration. See the [git repository](https://github.com/sharkdp/bat) for bat for more information. echo "*** Removing bat ***" # Remove plugin related files removepkg &name;-&version; rm -rf &emhttp; rm -rf &plugin; echo echo "*** Successfully removed bat ***"