1 2 3 4 5 6 7 8
#!/bin/sh # Helper script to update to latest GANA # Run from exchange/ main directory. set -eu cd contrib/gana git pull origin master cd ../..