Backup_Home/uninstall.sh

11 lines
232 B
Bash
Raw Normal View History

2023-01-08 21:54:41 +01:00
#!/bin/bash
# Uninstall the app...
echo "Removing all files and shortcuts..."
rm -r "$HOME"/bin/backup_home
rm "$HOME"/.local/share/applications
echo "Application now removed!"
echo "Press 'Enter' to close this window..."
read -r