diff options
| author | 2022-07-19 20:17:43 +0530 | |
|---|---|---|
| committer | 2022-07-19 20:17:43 +0530 | |
| commit | e30c4bdfcae8b0e826c7a8a100526fe95845a933 (patch) | |
| tree | 5bff08c93679a6bcbd5e9dd03fe9f221e60edfa8 /update | |
| parent | dbf80bf782b60db15e964b42bbe0d800fdad7626 (diff) | |
| download | shopno-os-log-sync-e30c4bdfcae8b0e826c7a8a100526fe95845a933.tar.gz shopno-os-log-sync-e30c4bdfcae8b0e826c7a8a100526fe95845a933.zip | |
Adding option of custom date and custom week to get users usage
Diffstat (limited to 'update')
| -rwxr-xr-x | update | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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." |
