From e30c4bdfcae8b0e826c7a8a100526fe95845a933 Mon Sep 17 00:00:00 2001 From: Waishnav Date: Tue, 19 Jul 2022 20:17:43 +0530 Subject: Adding option of custom date and custom week to get users usage --- update | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 update (limited to 'update') diff --git a/update b/update new file mode 100755 index 0000000..d932630 --- /dev/null +++ b/update @@ -0,0 +1,7 @@ +#!/bin/bash +sudo rm -rf /usr/share/Watcher/* +sudo cp -r ./src/Watcher/* /usr/share/Watcher/ + +sudo cp -r ./src/bin/watcher /usr/local/bin/ +sudo chmod +x /usr/local/bin/watcher +echo "[✔] Updating Finished." -- cgit v1.2.3