#!/usr/bin/env bash # Check if wormhole/ repo exists. # If it doesn't then clone if [ ! -d "./wormhole" ] then git clone https://github.com/certusone/wormhole fi