#!/usr/bin/env bash

orig_path=$(cd -- "." && pwd)

# updateBegins

cd ~/code/crocodile
git pull origin

# updateEnds

cd $orig_path

