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 .*'