This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#!/bin/bash |
| 2 |
|
| 3 |
./remove-debris.sh |
| 4 |
|
| 5 |
echo "updating python client source from VCS (currently git)" |
| 6 |
git pull -v | tee git-pull.log |