lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 23.11-beta 7 lines 232 B view raw
1#!/usr/bin/env nix-shell 2#!nix-shell -i bash -p curl common-updater-scripts 3 4set -euo pipefail 5 6version=$(curl -s $2 | sed -n 's#.*<span data-bind="text: current().version">\(.*\)</span>.*#\1#p') 7update-source-version $1 "$version"