optimized uninstall script

pull/1/head
Calson Noah 7 years ago
parent 16ba2f6308
commit 2726d3b6a2

@ -0,0 +1,6 @@
#!/bin/bash
#remove cmdtypist and associated files.
sudo rm /usr/bin/cmdtypist &&
sudo rm -r $HOME/cmdtypist &&
echo "cmdtypist uninstalled" ||
echo "unable to install cmdtypist"; exit $?
Loading…
Cancel
Save