navi/scripts/update
2019-09-21 19:27:12 -03:00

9 lines
161 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
export SCRIPT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
cd "$SCRIPT_DIR"
git pull
"${SCRIPT_DIR}/scripts/install" || true