diff --git a/scripts/refresh_build.sh b/scripts/refresh_build.sh new file mode 100755 index 0000000..eb1895f --- /dev/null +++ b/scripts/refresh_build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +git pull +bash ./scripts/install_deps.sh || exit 1 +bash ./scripts/build.sh || exit 1