fix autolaunch

This commit is contained in:
anselme 2016-06-20 11:22:20 +02:00
parent 1f915cee59
commit 4757f95871

View File

@ -1,13 +1,9 @@
#!/bin/sh #!/bin/sh
read -p "git user ?" user
read -s -p "git password ?" pass
echo " "
read -s -p "bot password ?" botpass read -s -p "bot password ?" botpass
mkdir build mkdir build
while true while true
do do
git pull https://'$user':'$pass'@epicsparrow.com/Anselme/sparrowbot.git git pull https://git.epicsparrow.com/Anselme/SparrowBot.git
cd build cd build
qmake-qt5 ../SparrowBot.pro qmake-qt5 ../SparrowBot.pro
make make