beta.r3js.org
Theunis J. Botha 2017-03-27 14:54:41 +02:00
parent 46bc1a9224
commit 8c52000ad3
1 changed files with 16 additions and 0 deletions

View File

@ -23295,3 +23295,19 @@ ssh gw-beta
ssh gw-beta
exit
exit
c
cd config/
git diff
grep "\/usr\/share\/gamewheel" * -R
grep "\/usr\/share\/gamewheel" * -R --exclude=bash_history
grep "\/usr\/share\/gamewheel" * -lR --exclude=bash_history | xargs sed -i "s/\/usr\/share\/gamewheel/\/home\/gamewheel\/app/g"
git diff
git commit -am "gw-new new config"
git push
git push -u origin gw-new
git checkout tj-dev
ls
ls -l
exit
ssh gw-new
exit