1#! /usr/bin/env nix-shell 2#! nix-shell -i bash -p common-updater-scripts findutils 3 4set -euo pipefail 5 6version="$(curl -s https://cdn.hdos.dev/client/getdown.txt | grep 'launcher.version = ' | cut -d '=' -f2 | xargs)" 7update-source-version hdos "$version"