lol
0
fork

Configure Feed

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

at master 8 lines 261 B view raw
1#!/usr/bin/env nix-shell 2#!nix-shell -i bash -p curl jq common-updater-scripts 3 4set -eu -o pipefail 5 6version="$(curl --silent "https://api.github.com/repos/z411/trackma/releases" | jq '.[0].tag_name' --raw-output)" 7 8update-source-version trackma "${version:1}"