#!/usr/bin/env bash

# Find the directory of this script
dir=${0%/*}

"$dir/curl-impersonate" --compressed --impersonate "firefox147" "$@"
