From 733d942eefaf754f8f80cb62676aff4b3a41e213 Mon Sep 17 00:00:00 2001 From: lub Date: Wed, 7 Nov 2018 09:52:49 +0100 Subject: [PATCH] add sqlsetup function --- bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bashrc b/bashrc index dba8e79..0c868be 100644 --- a/bashrc +++ b/bashrc @@ -54,6 +54,15 @@ function toverview { q4 } +function sqlsetup { + sudo mount /home/lub/remote/softwaredepot-sqlsetup + git pull + git push + cd ~/remote/softwaredepot-sqlsetup/setup + git pull + cd - +} + function _df() { echo "$*" btrfs filesystem usage "$*" 2> /dev/null | grep -o 'Free .*'