#!/bin/bash
# Thin wrapper: run the canonical update script from scripts/update.sh
exec "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/scripts/update.sh" "$@"
