summarylogtreecommitdiffstats
path: root/update-eula
blob: 9c8961747680ffb6f621b950b35f68ddfbc0ba72 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# This script is meant to be run manually by the maintainers

curl "https://unity3d.com/legal/eula" \
  | xmllint --html --xpath "//section[@id='content']" - 2> /dev/null \
  | elinks -dump \
  | sed '/Quick jump/,$d' > EULA