diff --git a/bashrc b/bashrc index d028047..e5afe98 100644 --- a/bashrc +++ b/bashrc @@ -55,12 +55,9 @@ function toverview { } function sqlsetup { - sudo mount /home/lub/remote/softwaredepot-sqlsetup - git pull - git push - cd ~/remote/softwaredepot-sqlsetup/setup - git pull - cd - + sudo mount -t drvfs '\\hldnt06.berner.lan\softwaredepot/common/microsoft/sqlsetup/scripts' ~/shares/sqlsetup + rm -r ~/shares/sqlsetup/* + cp -a ~/git/sqlsetup/* ~/shares/sqlsetup/ } function _df() {