RSS Git Download  Clone
Raw View History
Blames found: 1 Mode: shell Binary: false


Hang on, we reloading big blames...
#!/usr/bin/env bash DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" TOP=$DIR/.. set -e pushd $TOP git checkout -f . git pull ./scripts/optimize.sh echo PWD: $PWD chown git:www-data -R $PWD popd