#!/bin/bash set -ev echo "Basalt is currently unsupported" exit 1 # # REPO_DIR=$1 # # PREFIX=$2 # # if [[ -z $REPO_DIR ]] || [[ -z $PREFIX ]]; then # echo "Usage: $0 REPO_DIR PREFIX" # exit 1 # fi # # "$(dirname -- "$0")/_clone_or_pull.sh" "https://github.com/cntools/libsurvive" "$REPO_DIR" # # cd "$REPO_DIR" # mkdir -p build # cd build