dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 7645f4565e12344c86bdc33dbf8b6808c411f22e
parent 213b71573f9f56330764c04ca56b7a5ef1afead2
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed, 18 May 2022 14:05:49 -0500

Added bibpull and bibpush

Diffstat:
Alinux/.local/bin/bibpull | 3+++
Alinux/.local/bin/bibpush | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/linux/.local/bin/bibpull b/linux/.local/bin/bibpull @@ -0,0 +1,3 @@ +#!/bin/sh -x + +rsync -Pavz pcardenasb.com:$XDG_DATA_HOME/bib/ $XDG_DATA_HOME/bib/ diff --git a/linux/.local/bin/bibpush b/linux/.local/bin/bibpush @@ -0,0 +1,3 @@ +#!/bin/sh -x + +rsync -Pavz $XDG_DATA_HOME/bib/ pcardenasb.com:$XDG_DATA_HOME/bib/