From d56fdeac6c022adc7787b1108c1be8d72b4e974b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=B6rner=2C=20Simon?= Date: Fri, 8 Feb 2019 16:04:08 +0100 Subject: [PATCH] update function sqlsetup --- bashrc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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() {