Added a welcome message when typing pm and added some ascii art
This commit is contained in:
parent
4b8d4eb0c6
commit
62caefcd22
9 changed files with 95 additions and 5 deletions
5
linux-mac-uninstall.sh
Executable file
5
linux-mac-uninstall.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
echo "Removing pm binary and encrypted data..."
|
||||
sudo rm -f /usr/local/bin/pm
|
||||
rm -rf ~/.my_pass_manager
|
||||
echo "Uninstalled successfully."
|
||||
Loading…
Add table
Add a link
Reference in a new issue