#!/bin/bash cd ~/.local/share sudo ~/.local/share/processing*/uninstall.sh || error "failed to uninstall" rm -rf processing* || error "Failed to remove install directory!"