#!/bin/bash set -e odin_path="/home/joe/.local/bin/odin" # git pull make -j15 release-native rm -rf $odin_path/core $odin_path/base $odin_path/vendor cp -r -t $odin_path ./core ./base ./vendor ./odin