1#!/bin/bash23if [[ -z "$FUCHSIA_DIR" ]]; then4 echo "I don't know where the fuchsia directory is!"5 exit 16fi78set -ex910cd "$FUCHSIA_DIR"1112jj new head@jiri1314jiri runp git checkout JIRI_HEAD15jiri update --rebase-tracked
Personal scripts that don't fit elsewhere
git clone https://code.pdelong.com/scripts.git
1#!/bin/bash23if [[ -z "$FUCHSIA_DIR" ]]; then4 echo "I don't know where the fuchsia directory is!"5 exit 16fi78set -ex910cd "$FUCHSIA_DIR"1112jj new head@jiri1314jiri runp git checkout JIRI_HEAD15jiri update --rebase-tracked