summaryrefslogtreecommitdiff
path: root/modules/vacancies/getters/glasgow.sh
blob: 26886a4fcb6f37d0edda121c438a75cf4f85b5e5 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -euo pipefail

curl -sL 'https://www.jobs.gla.ac.uk/jobs/college-of-science-and-engineering/school-of-computing-science-1' \
  | grep 'a href="/job/' \
  | grep -v '>Read More<' \
  | sed 's/^ *<a href=[^>]*>//; s|</a>||'