commit 33e4594367eac201681601fe0737ac2715c8c126 parent f43cf24cb273c6cb4aa2ec57405f431be52d3d88 Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Thu, 8 Sep 2022 16:22:30 -0500 Added before-exit script Diffstat:
| A | linux/.local/bin/before-exit | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/linux/.local/bin/before-exit b/linux/.local/bin/before-exit @@ -0,0 +1,11 @@ +#!/bin/bash -x + +# Check git repositories +git -C ~/.dotfiles status -s +git -C ~/.vim status -s +git -C ~/dox/dev/imca/flask_imca/ status -s +git -C ~/dox/dev/imca/webpack-imca/ status -s +git -C ~/dox/dev/thesis status -s + +# Check bib +rsync -rcnv --delete $XDG_DATA_HOME/bib/ pcardenasb.com:$XDG_DATA_HOME/bib/