Create UNINSTALL.sh

This commit is contained in:
everest
2022-03-07 21:26:41 +00:00
committed by GitHub
parent 283da1b4ef
commit 4df8cb9adc

15
UNINSTALL.sh Normal file
View File

@@ -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 "+----------------------------------------------+"
# //
# //
# //
# //
# //