blob: 615803dd2079eae86ee3161c97cf9575e2ba59a6 (
plain)
1
2
3
4
5
|
[servo-nightly-bin]
source="cmd"
cmd="""
curl -sLI -o /dev/null -w %{url_effective} https://github.com/servo/servo-nightly-builds/releases/latest | rev | cut -d/ -f1 | rev | tr -d -
"""
|