Upload uninstall file

Upload uninstall file.
This commit is contained in:
Peter Green 2023-01-07 19:58:14 +00:00
parent ca00260057
commit 346b3930cf
1 changed files with 7 additions and 0 deletions

7
uninstall.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
rm -r ~/bin/Make_Project_Dirs
rm ~/.local/share/applications/Make_Project_Dirs.desktop
echo "All done, hit 'Enter' to close this window"
read -r