update-content-command.sh 171 B

12345678910
  1. #!/bin/bash
  2. set -eo pipefail
  3. buildtools=$HOME/.electron_build_tools
  4. export PATH="$PATH:$buildtools/src"
  5. # Sync latest
  6. e d gclient sync --with_branch_heads --with_tags