diff --git a/UNINSTALL.sh b/UNINSTALL.sh new file mode 100644 index 0000000..52bed77 --- /dev/null +++ b/UNINSTALL.sh @@ -0,0 +1,15 @@ +#!/bin/sh +# Sherpa uninstallation script +# This script uninstalls sherpa from the system. + +echo "Uninstalling sherpa..." +rm /usr/bin/sherpa +echo "rm /usr/bin/sherpa" +echo "+----------------------------------------------+" +echo "| Sherpa was uninstalled successfully. |" +echo "+----------------------------------------------+" +# // +# // +# // +# // +# //