From 89abaee6ba07e5b8b80067c6389cf2bdd0ad707e Mon Sep 17 00:00:00 2001 From: glenda Date: Fri, 19 Mar 2021 18:35:30 +0000 Subject: [PATCH] added push script --- util/push | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 util/push diff --git a/util/push b/util/push new file mode 100755 index 0000000..bd61e9a --- /dev/null +++ b/util/push @@ -0,0 +1,10 @@ +#! /bin/rc +cd /usr/web +git/pull +git/push +cd $home/code/rc-scripts +git/pull +git/push -u git@git.sr.ht/~fultonbrowne/rc-scripts +cd ../g9srv +git/pull +git/push -u git@git.sr.ht/~fultonbrowne/g9srv