blob: 2d56c8a8d8332d1305a1bac1f52540da84c9bf3d (
plain)
1
2
3
4
|
#!/usr/bin/env bash
set -euo pipefail
exec "$(dirname "$0")"/../getter-helpers/umega-like.sh 'https://properties.edinburghlettingcentre.com/?per_page=60&address=Edinburgh&price_min&price_max=1200&bedrooms_min=1'
|