xdapp-book/projects/wormhole-local-validator/setup.sh

9 lines
168 B
Bash

#!/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