diff options
author | xyz <gky44px1999@gmail.com> | 2021-12-18 18:41:05 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-12-18 18:41:05 -0800 |
commit | 453ae6a1eeae9bf9d0af23f900d84fdfe6edcd52 (patch) | |
tree | d00a902317c5bc72a018ebe30eb989fe323efde2 /home | |
parent | 83e6c54e695e8be78f407d90a4e33fd2e7a7d1a8 (diff) |
upd, clean reco tmp
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/upd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 0c7d3aa6..eaa6ec83 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -27,6 +27,8 @@ clean () { sudo systemctl stop atd echo 0 | sudo tee /var/spool/atd/.SEQ > /dev/null sudo systemctl start atd + + rm -rf "$XDG_VIDEOS_DIR/recordings/tmp/" } # basic daily stuff @@ -55,6 +57,7 @@ misc () { tldr --update sudo hardcode-fixer userjs + clean } ncm () { |