From 4e5d83326d0094b2c344abbf598c14d04c28260b Mon Sep 17 00:00:00 2001 From: Waishnav Date: Tue, 15 Mar 2022 00:24:12 +0530 Subject: (xprofile) | changing aproach to install/run watch_log script | adding install uninstall script --- uninstall | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 uninstall (limited to 'uninstall') diff --git a/uninstall b/uninstall new file mode 100755 index 0000000..16b93db --- /dev/null +++ b/uninstall @@ -0,0 +1,13 @@ +#!/bin/bash +sudo rm -rf /usr/share/Watcher/ +sudo rm -rf /usr/local/bin/watcher + +echo "Do you want to delete your raw_data files?? y or n (default: n)" +read yes_or_no + +if [[ $yes_or_no = y ]]; then + rm -rf ~/.cache/Watcher/ +else + echo "Nice Decision either way you might use this app in future" +fi + -- cgit v1.2.3